qdict: Make conversion from QObject * accept null
commit89cad9f3ec6b30d7550fb5704475fc9c3393a066
authorMarkus Armbruster <armbru@redhat.com>
Thu, 15 Oct 2015 14:15:34 +0000 (15 16:15 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 29 Oct 2015 13:34:45 +0000 (29 14:34 +0100)
tree8dc83797bad950cc5fc6f69215032cd2b120840e
parent14b6160099f0caf5dc9d62e637b007bc5d719a96
qdict: Make conversion from QObject * accept null

qobject_to_qdict() crashes on null, which is a trap for the unwary.
Return null instead, and simplify a few callers.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1444918537-18107-4-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
qga/main.c
qobject/qdict.c