diff options
author | Andrey Ryabinin <a.ryabinin@samsung.com> | 2014-06-06 19:09:30 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-11 11:54:13 -0700 |
commit | 3ed6413483c7a43b9d38111357ce99afab441717 (patch) | |
tree | fcd304564241cac87693e76f0d2ae170f588d8db /mm/cleancache.c | |
parent | 395982ce12b3aba14a197ead3e5828e77e11aec1 (diff) | |
download | linux-stable-3ed6413483c7a43b9d38111357ce99afab441717.tar.gz linux-stable-3ed6413483c7a43b9d38111357ce99afab441717.tar.bz2 linux-stable-3ed6413483c7a43b9d38111357ce99afab441717.zip |
mm: rmap: fix use-after-free in __put_anon_vma
commit 624483f3ea82598ab0f62f1bdb9177f531ab1892 upstream.
While working address sanitizer for kernel I've discovered
use-after-free bug in __put_anon_vma.
For the last anon_vma, anon_vma->root freed before child anon_vma.
Later in anon_vma_free(anon_vma) we are referencing to already freed
anon_vma->root to check rwsem.
This fixes it by freeing the child anon_vma before freeing
anon_vma->root.
Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/cleancache.c')
0 files changed, 0 insertions, 0 deletions