]> xenbits.xensource.com Git - qemu-upstream-unstable.git/commit
spice-display: fix segfault in qemu_spice_create_update master
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 9 Jun 2015 19:08:47 +0000 (21:08 +0200)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 19 Oct 2015 10:28:14 +0000 (10:28 +0000)
commit816609b2841297925a223ec377c336360e044ee5
treea17cfec840a351d7e5de57d4a2126796f72c6fea
parent8ad9e71fc937439730fa68e82d6da11a50eb5c04
spice-display: fix segfault in qemu_spice_create_update

Although it is pretty unusual the stride for the guest image and the
mirror image maintained by spice-display can be different.  So use
separate variables for them.

https://bugzilla.redhat.com/show_bug.cgi?id=1163047

Cc: qemu-stable@nongnu.org
Reported-by: perrier vincent <clownix@clownix.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-display.c