]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmap: call unlink_anon_vmas() in __split_vma() in case of error
authorAndrea Arcangeli <aarcange@redhat.com>
Wed, 22 Sep 2010 20:05:12 +0000 (13:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:18:25 +0000 (17:18 -0700)
commite675865c92e66331dba733c544eb53b3d6c45eaa
tree9bf1a89b216395aa46617b87183277ff9a63e2d1
parentb932db652630421d4a75e3b661995962a856bf64
mmap: call unlink_anon_vmas() in __split_vma() in case of error

commit 2aeadc30de45a72648f271603203ab392b80f607 upstream.

If __split_vma fails because of an out of memory condition the
anon_vma_chain isn't teardown and freed potentially leading to rmap walks
accessing freed vma information plus there's a memleak.

Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Johannes Weiner <jweiner@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: Hugh Dickins <hughd@google.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/mmap.c