From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuL6z-0000lT-8r for qemu-devel@nongnu.org; Thu, 16 Apr 2009 02:30:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuL6u-0000k2-A3 for qemu-devel@nongnu.org; Thu, 16 Apr 2009 02:30:12 -0400 Received: from [199.232.76.173] (port=36137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuL6u-0000jy-4t for qemu-devel@nongnu.org; Thu, 16 Apr 2009 02:30:08 -0400 Received: from rv-out-0708.google.com ([209.85.198.241]:1425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuL6t-0006FD-SB for qemu-devel@nongnu.org; Thu, 16 Apr 2009 02:30:08 -0400 Received: by rv-out-0708.google.com with SMTP id l33so209300rvb.22 for ; Wed, 15 Apr 2009 23:30:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1239789151-23552-1-git-send-email-kwolf@redhat.com> Date: Wed, 15 Apr 2009 23:30:01 -0700 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH] qcow2 corruption: Fix alloc_cluster_link_l2 From: Marc Bevand Content-Type: text/plain; charset=ISO-8859-1 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 On Wed, Apr 15, 2009 at 8:28 AM, Consul wrote: > Kevin Wolf wrote: >> >> This patch fixes a qcow2 corruption bug introduced in SVN Rev 5861. L2 >> tables >> are big endian, so entries must be converted before being passed to >> functions. >> > > Excellent! I think it is this bug who bit me more than once. Holly cow. Me too, that definitely sounds like the bug that bit me a couple months ago: http://article.gmane.org/gmane.comp.emulators.kvm.devel/28361 -marc