[PATCH] fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)
commit00ec474c9bed7883f1b3e5f46e3bf09f7de69975
authorHugh Dickins <hugh@veritas.com>
Mon, 17 Apr 2006 21:46:32 +0000 (17 22:46 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Apr 2006 21:52:57 +0000 (17 14:52 -0700)
treeec8007d1644004f2020c3491d395f545383da1c4
parent37863c8a9b7b0261ec76daad8afffe9ab5314794
[PATCH] fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)

madvise_remove needs to respect file and mmap protections.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/madvise.c