From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759624Ab2BJSCb (ORCPT ); Fri, 10 Feb 2012 13:02:31 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:62918 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160Ab2BJSCa (ORCPT ); Fri, 10 Feb 2012 13:02:30 -0500 Date: Fri, 10 Feb 2012 10:00:37 -0800 From: Greg KH To: Jesper Juhl Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, "Justin P. Mattock" , Ilia Mirkin , Lucas De Marchi Subject: Re: Staging: bcm: Don't leak 'pstAddIndication' in CmHost.c::StoreCmControlResponseMessage() Message-ID: <20120210180037.GA588@kroah.com> References: <20120209175217.GA13959@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 09, 2012 at 11:33:25PM +0100, Jesper Juhl wrote: > From: Jesper Juhl > > We allocate memory for 'pstAddIndication' with kmalloc() in > drivers/staging/bcm/CmHost.c::StoreCmControlResponseMessage() and then > neglect to free it on a number of exit paths from that function. > > This could probably be resolved cleaner/nicer, but this file needs a > serious overhaul in any case, so I opted for just fixing the problem > as directly as I could and then we can clean it up generally > later... This at least makes it stop bleeding.. > > Signed-off-by: Jesper Juhl Odd, didn't I already apply this patch? confused, greg k-h