ui/spice-core: fix segfault in monitor
Fix segfault if a qxl device is present but no spice command line argument is given. RHBZ 743251. Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
4ec8d3077b
commit
3bb781f3ed
@ -445,7 +445,7 @@ void do_info_spice(Monitor *mon, QObject **ret_data)
|
||||
int port, tls_port;
|
||||
char version_string[20]; /* 12 = |255.255.255\0| is the max */
|
||||
|
||||
if (!spice_server) {
|
||||
if (!spice_server || !opts) {
|
||||
*ret_data = qobject_from_jsonf("{ 'enabled': false }");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user