From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LncLb-0003EP-Bh for qemu-devel@nongnu.org; Sat, 28 Mar 2009 13:29:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LncLW-0003CI-KV for qemu-devel@nongnu.org; Sat, 28 Mar 2009 13:29:30 -0400 Received: from [199.232.76.173] (port=57025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LncLW-0003CD-Ch for qemu-devel@nongnu.org; Sat, 28 Mar 2009 13:29:26 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:39143) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LncLW-0006Cl-0X for qemu-devel@nongnu.org; Sat, 28 Mar 2009 13:29:26 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n2SHQBkF021910 for ; Sat, 28 Mar 2009 13:26:11 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n2SHTGkd178538 for ; Sat, 28 Mar 2009 13:29:16 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n2SHTGm1022983 for ; Sat, 28 Mar 2009 13:29:16 -0400 Message-ID: <49CE5E6A.3050903@us.ibm.com> Date: Sat, 28 Mar 2009 12:29:14 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG] [PATCH] [STABLE] Fix monitor command (screendump) References: <49C953E2.8090702@mail.berlios.de> In-Reply-To: <49C953E2.8090702@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Stefan Weil wrote: > Hello, > > starting with r6839, the monitor command 'screendump' > raises a nullpointer memory access which crashs Qemu. > > My patch fixes this for trunk and for the stable branch. > Applied to trunk. Stable doesn't have the DisplayAllocator interface so this bug isn't present there. Regards, Anthony Liguori > Regards > > Stefan > > > >