From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui3d3-00068y-8R for qemu-devel@nongnu.org; Thu, 30 May 2013 10:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui3cx-0003rj-32 for qemu-devel@nongnu.org; Thu, 30 May 2013 10:14:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui3cw-0003rc-QF for qemu-devel@nongnu.org; Thu, 30 May 2013 10:14:51 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4UEEoZt025821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 30 May 2013 10:14:50 -0400 From: Stefan Hajnoczi Date: Thu, 30 May 2013 16:14:43 +0200 Message-Id: <1369923286-22260-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vhost-scsi, ivshmem, savevm fixes for Coverity issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Stefan Hajnoczi The following fixes address NULL pointer dereferences and resource leaks spotted by Coverity. Stefan Hajnoczi (3): vhost-scsi: fix k->set_guest_notifiers() NULL dereference ivshmem: add missing error exit(2) savevm: avoid leaking popen(3) file pointer hw/misc/ivshmem.c | 1 + hw/scsi/vhost-scsi.c | 2 +- savevm.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -- 1.8.1.4