lkml.org 
[lkml]   [2011]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] Fix for binary_sysctl() memory leak
From
On Thu, Dec 15, 2011 at 2:19 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> I think the patch is correct but the description is misleading?
>
> I see no memory leak here.  Calling __putname() directly simply
> bypasses some audit-related stuff.

Hmmm, maybe I wasn't explicit enough about it. We are definitely
seeing a memory leak without the patch.

When auditing is enabled, putname() calls audit_putname *instead* (not
in addition) to __putname(). Then, if a syscall is in progress,
audit_putname does not release the name - instead, it expects the name
to get released when the syscall completes, but that will happen only
if audit_getname() was called previously, i.e. if the name was
allocated with getname() rather than the naked __getname(). So,
__getname() followed by putname() ends up leaking memory.

--
Michel "Walken" Lespinasse
A program is never fully debugged until the last user dies.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-12-15 23:41    [W:0.080 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site