]> Git Repo - qemu.git/commit - qapi/qobject-input-visitor.c
qbool: Make conversion from QObject * accept null
authorMarkus Armbruster <[email protected]>
Thu, 15 Oct 2015 14:15:33 +0000 (16:15 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 29 Oct 2015 13:34:44 +0000 (14:34 +0100)
commit14b6160099f0caf5dc9d62e637b007bc5d719a96
tree066a567ca6607ed9dbe3ceb8627eaa0e2426685a
parentc7c462123cfc3b62d325fd75be9c595b055797db
qbool: Make conversion from QObject * accept null

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

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <1444918537[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Luiz Capitulino <[email protected]>
qapi/qmp-input-visitor.c
qobject/qbool.c
qobject/qdict.c
This page took 0.025143 seconds and 4 git commands to generate.