From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgxtJ-0007P5-0e for qemu-devel@nongnu.org; Wed, 22 Oct 2014 11:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgxtC-0003QQ-T4 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 11:32:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgxtC-0003QF-Mj for qemu-devel@nongnu.org; Wed, 22 Oct 2014 11:31:54 -0400 Date: Wed, 22 Oct 2014 17:31:41 +0200 From: Kevin Wolf Message-ID: <20141022153141.GA5799@noname.str.redhat.com> References: <1413465957-20865-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413465957-20865-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qcow2: Do not overflow when writing an L1 sector List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Peter Lieven , qemu-devel@nongnu.org, Stefan Hajnoczi Am 16.10.2014 um 15:25 hat Max Reitz geschrieben: > qcow2_write_l1_entry() may read L1 entries from beyond the end of the > in-memory L1 table when updating a sector. Fix this and add a > qemu-iotest. Thanks, applied to the block branch. Kevin