On 12.07.2018 13:12, Markus Armbruster wrote: > Commit ab45015a968 "qobject: Let qobject_from_jsonf() fail instead of > abort" removed only one of two ways qobject_from_jsonf() can abort. > Wrong.
Wrong because it calls qobject_from_jsonv() with error_abort. Maybe mentioned that in the patch description - since it took me a while to understand what you mean here. Reviewed-by: Thomas Huth <th...@redhat.com>