From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC360-0007zr-Kj for qemu-devel@nongnu.org; Fri, 16 Jan 2015 04:21:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC35x-0005aI-U8 for qemu-devel@nongnu.org; Fri, 16 Jan 2015 04:21:36 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:37288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC35x-0005a4-Jy for qemu-devel@nongnu.org; Fri, 16 Jan 2015 04:21:33 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Jan 2015 09:21:31 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 62BCB2190068 for ; Fri, 16 Jan 2015 09:21:28 +0000 (GMT) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t0G9LTre60751902 for ; Fri, 16 Jan 2015 09:21:29 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t0G9LS2B009400 for ; Fri, 16 Jan 2015 02:21:29 -0700 Date: Fri, 16 Jan 2015 10:21:27 +0100 From: Cornelia Huck Message-ID: <20150116102127.1cb17ded.cornelia.huck@de.ibm.com> In-Reply-To: <1421248847-24237-1-git-send-email-blaschka@linux.vnet.ibm.com> References: <1421248847-24237-1-git-send-email-blaschka@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x/pci: fix 2 bugs found by coverity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frank Blaschka Cc: borntraeger@de.ibm.com, qemu-devel@nongnu.org, pbonzini@redhat.com On Wed, 14 Jan 2015 16:20:47 +0100 Frank Blaschka wrote: > Signed-off-by: Frank Blaschka > --- > hw/s390x/s390-pci-bus.c | 1 + > hw/s390x/s390-pci-inst.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Applied with a slightly tweaked description: s390x/pci: fix two bugs found by coverity Fix a resource leak and a store with the wrong length. Reviewed-by: Thomas Huth Signed-off-by: Frank Blaschka Signed-off-by: Cornelia Huck