From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvloG-0007km-F4 for qemu-devel@nongnu.org; Tue, 02 Dec 2014 06:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvloA-0006eV-Ag for qemu-devel@nongnu.org; Tue, 02 Dec 2014 06:40:00 -0500 Date: Tue, 2 Dec 2014 12:39:45 +0100 From: Kevin Wolf Message-ID: <20141202113945.GH7283@noname.str.redhat.com> References: <1417099720-16428-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417099720-16428-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 00/13] block: Various Coverity-spotted fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Markus Armbruster , Peter Lieven , qemu-stable@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi Am 27.11.2014 um 15:48 hat Max Reitz geschrieben: > This series fixes various issues spotted by Coverity. None of these is > critical; most are just "If you do something crazy, qemu-img crashes" or > "But what if there is no qcow2 driver?". Therefore, while these are bug > fixes, it is a bit late to try to push them into 2.2.0. I am therefore > tempted to vote to target 2.3 instead. > > Also, none is security-relevant. The only crashes which are fixed here > are sure to have resulted from dereferencing a NULL pointer. Reviewed-by: Kevin Wolf