]> 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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 29 Jul 2015 23:34:12 +0000 (18:34 -0500)
commitc270245a53d6706131307673cb082826719228d1
tree088a8a5aaa85f1ba7dad93c4b8ecf1d880986967
parent9272707a1f64c06697360c63a0eb1acc3e45f11b
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>
(cherry picked from commit c6e484707f28b3e115e64122a0570f6b3c585489)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
ui/spice-display.c