mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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: c4f26c9f37
Cc: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
3f48686fac
commit
ab63817119
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue