]> git.ipfire.org Git - thirdparty/qemu.git/commit
spice-display: fix segfault in qemu_spice_create_update
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 9 Jun 2015 19:08:47 +0000 (21:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 11 Jun 2015 07:06:14 +0000 (09:06 +0200)
commitc6e484707f28b3e115e64122a0570f6b3c585489
treec6cb109387bae2f6631180aacb409b44781777d5
parent0e12e61ff9a3407d123d0dbc4d945aec98d60fdf
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