From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmQQz-0005xY-GJ for qemu-devel@nongnu.org; Wed, 25 Mar 2009 06:34:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmQQu-0005r1-5S for qemu-devel@nongnu.org; Wed, 25 Mar 2009 06:34:08 -0400 Received: from [199.232.76.173] (port=48573 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmQQt-0005qn-Ud for qemu-devel@nongnu.org; Wed, 25 Mar 2009 06:34:03 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:41479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmQQt-0008Nq-N1 for qemu-devel@nongnu.org; Wed, 25 Mar 2009 06:34:03 -0400 Message-ID: <49CA0700.8000706@eu.citrix.com> Date: Wed, 25 Mar 2009 10:27:12 +0000 From: Stefano Stabellini 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=UTF-8 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: "qemu-devel@nongnu.org" Cc: Anthony Liguori 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. > Acked-by: stefano.stabellini@eu.citrix.com