From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqPn0-0003My-1H for qemu-devel@nongnu.org; Mon, 17 Nov 2014 12:08:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqPmu-000668-K7 for qemu-devel@nongnu.org; Mon, 17 Nov 2014 12:08:33 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:53601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqPmu-00065x-DQ for qemu-devel@nongnu.org; Mon, 17 Nov 2014 12:08:28 -0500 Received: by mail-wi0-f178.google.com with SMTP id hi2so1224406wib.11 for ; Mon, 17 Nov 2014 09:08:26 -0800 (PST) Received: from playground.station (net-37-117-142-149.cust.vodafonedsl.it. [37.117.142.149]) by mx.google.com with ESMTPSA id fm10sm21789207wjc.43.2014.11.17.09.08.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 09:08:24 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 17 Nov 2014 18:08:07 +0100 Message-Id: <1416244099-7217-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/12] Coverity fixes for 2.2.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-11-13 15:44:16 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to a9be76576e375a994bbcea0a5eb2a3852969de0e: hcd-musb: fix dereference null return value (2014-11-17 18:02:31 +0100) ---------------------------------------------------------------- A smattering of fixes for problems that Coverity reported. ---------------------------------------------------------------- Gonglei (8): l2tpv3: fix fd leak mips_mipssim: fix use-after-free for filename qga: fix false negative argument passing loader: fix NEGATIVE_RETURNS nvme: remove superfluous check acl: fix memory leak qemu-char: fix MISSING_COMMA shpc: fix error propaagation Paolo Bonzini (1): hcd-musb: fix dereference null return value zhanghailiang (3): libcacard: fix resource leak l2tpv3: fix possible double free target-cris/translate.c: fix out of bounds read hw/block/nvme.c | 3 +-- hw/core/loader.c | 13 +++++++++++++ hw/mips/mips_mipssim.c | 2 +- hw/pci/shpc.c | 3 ++- hw/usb/hcd-musb.c | 8 ++++++-- libcacard/vscclient.c | 7 ++++++- net/l2tpv3.c | 5 ++--- qemu-char.c | 2 +- qga/main.c | 4 ++-- target-cris/translate.c | 8 ++------ util/acl.c | 10 +++++----- 11 files changed, 41 insertions(+), 24 deletions(-) -- 1.8.3.1