From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHtjt-0002S7-SZ for qemu-devel@nongnu.org; Tue, 19 Mar 2013 06:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHtjs-00032U-J3 for qemu-devel@nongnu.org; Tue, 19 Mar 2013 06:25:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHtjs-00032K-0k for qemu-devel@nongnu.org; Tue, 19 Mar 2013 06:25:52 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2JAPo6o030439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Mar 2013 06:25:50 -0400 Date: Tue, 19 Mar 2013 11:25:48 +0100 From: Kevin Wolf Message-ID: <20130319102548.GA2418@dhcp-200-207.str.redhat.com> References: <1363685732-20827-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363685732-20827-1-git-send-email-alevy@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: fix null deref apparent during migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 19.03.2013 um 10:35 hat Alon Levy geschrieben: > Signed-off-by: Alon Levy > --- > block/qcow2.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Thanks, Alon. I already sent a more comprehensive patch yesterday: http://patchwork.ozlabs.org/patch/228462/ I guess I should send a pull request for it quickly. Kevin