From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36206 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsMiG-0004gf-58 for qemu-devel@nongnu.org; Wed, 23 Feb 2011 16:57:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsMiF-0006sh-2Y for qemu-devel@nongnu.org; Wed, 23 Feb 2011 16:57:36 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:51273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsMiE-0006sZ-Mb for qemu-devel@nongnu.org; Wed, 23 Feb 2011 16:57:35 -0500 Message-ID: <4D6582CB.4050503@mail.berlios.de> Date: Wed, 23 Feb 2011 22:57:31 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1297885680-17860-1-git-send-email-weil@mail.berlios.de> <4D5C309C.8010701@linux.vnet.ibm.com> In-Reply-To: <4D5C309C.8010701@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] vnc: Fix fatal crash with vnc reverse mode List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 16.02.2011 21:16, schrieb Anthony Liguori: > On 02/16/2011 01:48 PM, Stefan Weil wrote: >> Reverse mode is unusable: >> >> qemu -vnc localhost:5500,reverse >> >> crashes in vnc_refresh_server_surface because some pointers are NULL. >> >> Fix this by calling vnc_dpy_resize (which initializes these pointers) >> before calling vnc_refresh. >> >> Cc: Anthony Liguori >> Signed-off-by: Stefan Weil > > Nice catch! > > Regards, > > Anthony Liguori What now? Will the patch be committed, is there a different fix for this bug, or are you planning to remove vnc because it is unmaintained? Stefan