From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3] libxc: fix leak of t_info in xc_tbuf_get_size() Date: Thu, 18 Feb 2016 11:58:40 +0000 Message-ID: <1455796720.6225.41.camel@citrix.com> References: <1455275312-3515-1-git-send-email-write.harmandeep@gmail.com> <20160212123443.GB3036@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWNIM-00065G-M3 for xen-devel@lists.xenproject.org; Thu, 18 Feb 2016 12:02:54 +0000 In-Reply-To: <20160212123443.GB3036@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Harmandeep Kaur Cc: xen-devel@lists.xenproject.org, dario.faggioli@citrix.com, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2016-02-12 at 12:34 +0000, Wei Liu wrote: > On Fri, Feb 12, 2016 at 04:38:32PM +0530, Harmandeep Kaur wrote: > > Avoid leaking the memory mapping of the trace buffer > > > > Coverity ID 1351228 > > > > Signed-off-by: Harmandeep Kaur > > Reviewed-by: Dario Faggioli > > Acked-by: Wei Liu Applied, thanks. Ian.