commit | 6fd8e79af031d8cfc0eb02d40d03281917fcb27b | [log] [tgz] |
---|---|---|
author | Tim Hardeck <thardeck@suse.de> | Mon Jan 21 11:04:45 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jan 21 13:33:12 2013 -0600 |
tree | 6fc46c4b8eef0ac65e9a9f3ac1f446dacdf83f1d | |
parent | 7536ee4bc3da7e9b7fdadba5ba6ade63eaace430 [diff] |
vnc: fix possible uninitialized removals Some VncState values are not initialized before the Websocket handshake. If it fails QEMU segfaults during the cleanup. To prevent this behavior intialization checks are added. Signed-off-by: Tim Hardeck <thardeck@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>