From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ2ag-0007qa-PB for qemu-devel@nongnu.org; Wed, 26 Oct 2011 08:28:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ2af-00089j-Ql for qemu-devel@nongnu.org; Wed, 26 Oct 2011 08:28:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ2af-00089R-Ju for qemu-devel@nongnu.org; Wed, 26 Oct 2011 08:28:17 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9QCSG3q029976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Oct 2011 08:28:16 -0400 From: Kevin Wolf Date: Wed, 26 Oct 2011 14:31:15 +0200 Message-Id: <1319632282-22725-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] block: Collection of unrelated simple fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com This fixes some misc block layer bugs that Coverity pointed at. Kevin Wolf (7): block: Remove dead code block: Fix bdrv_open use after free qcow: Fix bdrv_write_compressed error handling ide: Fix off-by-one error in array index check vmdk: Fix use of uninitialised value vmdk: Improve error handling vmdk: Fix possible segfaults block.c | 8 ++------ block/qcow.c | 30 +++++++++++++++++++----------- block/vmdk.c | 30 ++++++++++++++++++++++-------- hw/ide/core.c | 2 +- 4 files changed, 44 insertions(+), 26 deletions(-) -- 1.7.6.4