git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db217de
)
rmap: fix anon_vma_fork() memory leak
author
Rik van Riel
<riel@redhat.com>
Mon, 5 Apr 2010 16:13:33 +0000
(12:13 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 5 Apr 2010 16:15:51 +0000
(09:15 -0700)
Fix a memory leak in anon_vma_fork(), where we fail to tear down the
anon_vmas attached to the new VMA in case setting up the new anon_vma
fails.
This bug also has the potential to leave behind anon_vma_chain structs
with pointers to invalid memory.
Reported-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c
patch
|
blob
|
history
diff --cc
mm/rmap.c
Simple merge