From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1angz2-0006q2-55 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 02:30:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1angz1-00072o-3j for qemu-devel@nongnu.org; Wed, 06 Apr 2016 02:30:31 -0400 Sender: Paolo Bonzini References: <1456998223-12356-1-git-send-email-arei.gonglei@huawei.com> <33183CC9F5247A488A2544077AF19020B030F344@SZXEMA503-MBS.china.huawei.com> From: Paolo Bonzini Message-ID: <5704ACFB.40408@redhat.com> Date: Wed, 6 Apr 2016 08:30:19 +0200 MIME-Version: 1.0 In-Reply-To: <33183CC9F5247A488A2544077AF19020B030F344@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] fix some coverity complains List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , "qemu-devel@nongnu.org" Cc: "qemu-trivial@nongnu.org" , Gerd Hoffmann On 06/04/2016 04:12, Gonglei (Arei) wrote: > Hi Paolo, > > Would you pls pick patch 1,3,4,5 to qemu-2.6 ? Gerd, can you pick up the three spice and egl-helpers patches? I'll take care of the backends/ one. Paolo > It seems the trivial-branch maintainer didn't notice them. :( > > Regards, > -Gonglei > > >> -----Original Message----- >> From: Gonglei (Arei) >> Sent: Thursday, March 03, 2016 5:44 PM >> To: qemu-devel@nongnu.org >> Cc: pbonzini@redhat.com; qemu-trivial@nongnu.org; Gonglei (Arei) >> Subject: [PATCH 0/6] fix some coverity complains >> >> >> Gonglei (6): >> egl-helpers: fix possible resource leak >> sheepdog: fix possible resouce leak and out-of-bounds access >> spice: fix coverity complains >> hostmem-file: fix memory leak >> spapr: fix possible Negative array index read >> smbus: fix memory leak >> >> backends/hostmem-file.c | 5 ++++- >> block/sheepdog.c | 9 ++++++--- >> hw/i2c/smbus_eeprom.c | 2 ++ >> hw/ppc/spapr.c | 4 ++++ >> ui/egl-helpers.c | 9 +++------ >> ui/spice-display.c | 4 +--- >> 6 files changed, 20 insertions(+), 13 deletions(-) >> >> -- >> 1.8.5.2 >> > > >