]> git.proxmox.com Git - mirror_qemu.git/commit
qobject: Let qobject_from_jsonf() fail instead of abort
authorMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jul 2018 08:53:55 +0000 (10:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jul 2018 21:18:56 +0000 (23:18 +0200)
commitab45015a968cc2c784a00775d52c6ea17e72c9fb
tree1d84d35cfba01d388a3b8d462dcfcc3b2a0cbea5
parentcd499d2058adb657b034023e9e7428c94b0f212d
qobject: Let qobject_from_jsonf() fail instead of abort

qobject_from_jsonf() aborts on error, unlike qobject_from_jsonv(),
which returns null.  Since all remaining users of qobject_from_jsonf()
cope fine with null, change it to return null.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180703085358.13941-30-armbru@redhat.com>
qobject/qjson.c