diff options
author | 2014-05-08 18:03:15 +0200 | |
---|---|---|
committer | 2014-05-09 09:11:32 -0400 | |
commit | b690d679c1ca65d71b0544a2331d50e9f0f95116 (patch) | |
tree | fb328bf796d9b14b650517e8a42894f782228e39 /scripts/qapi.py | |
parent | qapi: Document optional arguments' backwards compatibility (diff) | |
download | qemu-b690d679c1ca65d71b0544a2331d50e9f0f95116.tar.xz qemu-b690d679c1ca65d71b0544a2331d50e9f0f95116.zip |
Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"
This reverts commit 25a7017555f1b4aeb543b5d323ff4afb8f9c5437.
Turns out the argument *can* be null: QEMU now segfaults if it
receives an invalid parameter via a qmp command instead of throwing an
error.
For example:
{ "execute": "blockdev-add",
"arguments": { "options" : { "driver": "invalid-driver" } } }
CC: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions