]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
qemu-char: Check for missing backend name
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sat, 22 Jan 2011 13:07:26 +0000 (13:07 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 17:26:28 +0000 (18:26 +0100)
commit1bbd185fa826a2da7c6089b968f9f7d08438c2c8
treeb300a4248851f9a5edeb0c9d19f120def572a0d8
parent9f953ca0b8ae71f4ea8112a3aac36454a2c4b907
qemu-char: Check for missing backend name

Check if the backend option is missing before searching the backend
table.  This fixes a NULL pointer dereference when QEMU is invoked with
the following invalid command-line:

  $ qemu -chardev id=foo,path=/tmp/socket

Previously QEMU would segfault, now it produces this error message:

  chardev: "foo" missing backend

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-char.c