From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41282 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1cPk-0001ab-SB for qemu-devel@nongnu.org; Mon, 21 Mar 2011 06:32:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1cPi-00025a-Rw for qemu-devel@nongnu.org; Mon, 21 Mar 2011 06:32:44 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:45354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1cPi-00024g-JN for qemu-devel@nongnu.org; Mon, 21 Mar 2011 06:32:42 -0400 Date: Mon, 21 Mar 2011 06:32:39 -0400 (EDT) From: Ulrich Obergfell Message-ID: <584272124.436780.1300703559672.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] vnc: segmentation fault caused by incorrect 'bytes' count calculated in tight_compress_data() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corentin Chary Cc: qemu-devel@nongnu.org > Hi Ulrich, > Looks a lot like "vnc: tight: Fix crash after 2GB of output", right ? > > -- > Corentin Chary > http://xf.iksaif.net Hi Corentin, yes, this appears to be the same issue as: http://lists.gnu.org/archive/html/qemu-devel/2011-03/msg02044.html You posted your patch only a few minutes before I posted mine. Hence, I wasn't aware that a fix was already available. Regards, Uli