From ab63817119b03b95f7dce6fae036e6d063ad63fb Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 8 Apr 2019 17:30:03 +0200 Subject: hmp: Fix drive_add ... format=help crash drive_new() returns null without setting an error when it provided help. add_init_drive() assumes null means failure, and crashes trying to report a null error. Fixes: c4f26c9f37ce511e5fe629c21c180dc6eb7c5a25 Cc: qemu-stable@nongnu.org Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Kevin Wolf --- tests/test-hmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-hmp.c b/tests/test-hmp.c index 8c49d2f..54a0182 100644 --- a/tests/test-hmp.c +++ b/tests/test-hmp.c @@ -31,6 +31,7 @@ static const char *hmp_cmds[] = { "cpu 0", "device_add ?", "device_add usb-mouse,id=mouse1", + "drive_add ignored format=help", "mouse_button 7", "mouse_move 10 10", "mouse_button 0", -- cgit v1.1