From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrQKP-0008WV-4q for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:55:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrQKK-0003rh-A9 for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:55:13 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:2748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrQKJ-0003dl-IZ for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:55:08 -0500 Message-ID: <546DD682.8010906@huawei.com> Date: Thu, 20 Nov 2014 19:54:42 +0800 From: Gonglei MIME-Version: 1.0 References: <1416463034-8264-1-git-send-email-arei.gonglei@huawei.com> <20141120115128.GE11224@stefanha-thinkpad.redhat.com> In-Reply-To: <20141120115128.GE11224@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] net: fix high impact outstanding defects reported by Coverity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: "pbonzini@redhat.com" , "qemu-devel@nongnu.org" , "Huangpeng (Peter)" On 2014/11/20 19:51, Stefan Hajnoczi wrote: > On Thu, Nov 20, 2014 at 01:57:10PM +0800, arei.gonglei@huawei.com wrote: >> From: Gonglei >> >> Please see details in every patch. >> >> Cc: Paolo Bonzini >> Cc: Stefan Hajnoczi >> >> Gonglei (4): >> net/slirp: fix memory leak >> net/socket: fix Uninitialized scalar variable >> pcnet: fix Negative array index read >> rtl8139: fix Pointer to local outside scope >> >> hw/net/pcnet.c | 2 +- >> hw/net/rtl8139.c | 36 ++++++++++++------------------------ >> net/slirp.c | 3 +-- >> net/socket.c | 11 ++++++----- >> 4 files changed, 20 insertions(+), 32 deletions(-) > > Thanks, please respin with updated Patch 3 & 4. > > Stefan Hi, Stefan I had posted v2 a few minutes ago :) [PATCH v2 for-2.2 0/4] net: fix high impact outstanding defects reported by Coverity Best regards, -Gonglei