From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STuKl-0001ka-75 for qemu-devel@nongnu.org; Mon, 14 May 2012 08:25:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STuKc-0001wQ-BL for qemu-devel@nongnu.org; Mon, 14 May 2012 08:25:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STuKc-0001vv-3Y for qemu-devel@nongnu.org; Mon, 14 May 2012 08:24:54 -0400 Message-ID: <4FB0F991.8090903@redhat.com> Date: Mon, 14 May 2012 14:24:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4FACF0B2020000910007D21C@novprvoes0310.provo.novell.com> In-Reply-To: <4FACF0B2020000910007D21C@novprvoes0310.provo.novell.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-img: Fix segmentation fault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charles Arnold Cc: qemu-devel@nongnu.org Am 11.05.2012 18:57, schrieb Charles Arnold: > The following command generates a segmentation fault. > qemu-img convert -O vpc -o ? test test2 > This is because the 'goto out;' statement calls qemu_progress_end > before qemu_progress_init is called resulting in a NULL pointer > invocation. > > Signed-off-by: Charles Arnold Thanks, applied to the block branch for 1.1. Kevin