From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9VpE-0005LY-4j for qemu-devel@nongnu.org; Wed, 05 May 2010 00:03:08 -0400 Received: from [140.186.70.92] (port=51673 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9VpC-0005IU-6v for qemu-devel@nongnu.org; Wed, 05 May 2010 00:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9VpA-0005CZ-It for qemu-devel@nongnu.org; Wed, 05 May 2010 00:03:05 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:61876) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9VpA-0005CR-EM for qemu-devel@nongnu.org; Wed, 05 May 2010 00:03:04 -0400 Received: by pxi19 with SMTP id 19so2135764pxi.4 for ; Tue, 04 May 2010 21:03:03 -0700 (PDT) MIME-Version: 1.0 Sender: amluto@gmail.com In-Reply-To: References: From: Andrew Lutomirski Date: Wed, 5 May 2010 00:02:43 -0400 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: VNC heap corruption when display width is not a multiple of 16 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, May 4, 2010 at 6:12 PM, Andrew Lutomirski wrote: > Hi all- > > The patch below (obviously only for testing) demonstrates the problem > and prevents the crash, but it introduces a black line 8 pixels wide > on the right when running at 1400x1050. =A0I'm not sure what's going on > -- either I messed something up (entirely possible) or there's another > bug somewhere else. Nope -- the black line is there in unpatched qemu as well. I just didn't notice it because qemu was too busy crashing :) --Andy