]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/binfmt_elf_fdpic.c
FDPIC: Fix memory leak
authorDavidlohr Bueso <dave@gnu.org>
Wed, 6 Jul 2011 11:26:05 +0000 (12:26 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Jul 2011 19:15:16 +0000 (12:15 -0700)
commitbcb65a797eb7c51e4f227dd19295f14d38738fee
tree7429c3e68bbcb203089a81ac2177613f3980f77f
parent23c570a67448e803408191f529ed9a83fd34a25a
FDPIC: Fix memory leak

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf_fdpic.c