From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2hBK-0000Cd-E4 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 10:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2hBG-0007rp-F2 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 10:40:42 -0400 Message-ID: <55784C5F.1020209@redhat.com> Date: Wed, 10 Jun 2015 10:40:31 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1433928296-3302-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1433928296-3302-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH] spice-display: fix segfault in qemu_spice_create_update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org On 06/10/2015 05:24 AM, Gerd Hoffmann wrote: > 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. > > Cc: qemu-stable@nongnu.org > Reported-by: perrier vincent > Signed-off-by: Gerd Hoffmann Cool, hopefully this fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1163047 There's over 50 faf hits for it: https://retrace.fedoraproject.org/faf/reports/bthash/0d3245e479f9d9a3b908c34214599f7e45bb2d69 - Cole