qlist: Make conversion from QObject * accept null
commit2d6421a90047a83f6722832405fe09571040ea5b
authorMarkus Armbruster <armbru@redhat.com>
Thu, 15 Oct 2015 14:15:36 +0000 (15 16:15 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 29 Oct 2015 13:34:45 +0000 (29 14:34 +0100)
tree1a350b1e9a09f2166989ccc4786b58e57fa615a1
parentfcf73f66a67f5e58c18216f8c8651e38cf4d90af
qlist: Make conversion from QObject * accept null

qobject_to_qlist() crashes on null, which is a trap for the unwary.
Return null instead.

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