mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + fs-binfmt_elf_fdpicc-fix-memory-leak.patch added to -mm tree
@ 2011-07-06 21:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2011-07-06 21:16 UTC (permalink / raw)
  To: mm-commits; +Cc: dave, dhowells, stable


The patch titled
     fs/binfmt_elf_fdpic.c: fix memory leak
has been added to the -mm tree.  Its filename is
     fs-binfmt_elf_fdpicc-fix-memory-leak.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: fs/binfmt_elf_fdpic.c: fix memory leak
From: Davidlohr Bueso <dave@gnu.org>

The shdr4extnum variable isn't being freed in the cleanup process of
elf_fdpic_core_dump().

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/binfmt_elf_fdpic.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN fs/binfmt_elf_fdpic.c~fs-binfmt_elf_fdpicc-fix-memory-leak fs/binfmt_elf_fdpic.c
--- a/fs/binfmt_elf_fdpic.c~fs-binfmt_elf_fdpicc-fix-memory-leak
+++ a/fs/binfmt_elf_fdpic.c
@@ -1863,6 +1863,7 @@ cleanup:
 	kfree(psinfo);
 	kfree(notes);
 	kfree(fpu);
+	kfree(shdr4extnum);
 #ifdef ELF_CORE_COPY_XFPREGS
 	kfree(xfpu);
 #endif
_

Patches currently in -mm which might be from dave@gnu.org are

fs-binfmt_elf_fdpicc-fix-memory-leak.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-06 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-06 21:16 + fs-binfmt_elf_fdpicc-fix-memory-leak.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).