Le mardi 30 novembre 2010 à 18:50 +0100, Victor van der Veen a écrit :
who cares ?
commit 42a172a814759a29020e5d1ee580bf4eb86afed2
Author: arjan <arjan>
Date: Sat Mar 5 17:25:41 2005 +0000
[PATCH] Randomisation: enable by default
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
BKrev: 4229eb95j12voWjpsZzY2Wlm6P7Mvg
# git describe --contains 42a172a8
v2.6.11.3~887
commit 32a932332c8bad842804842eaf9651ad6268e637
Author: Ingo Molnar <mingo@elte.hu>
Date: Wed Feb 6 22:39:44 2008 +0100
brk randomization: introduce CONFIG_COMPAT_BRK
based on similar patch from: Pavel Machek <pavel@ucw.cz>
Introduce CONFIG_COMPAT_BRK. If disabled then the kernel is free
(but not obliged to) randomize the brk area.
Heap randomization breaks ancient binaries, so we keep COMPAT_BRK
enabled by default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
git describe --contains 32a932332c8bad842804842eaf9651ad6268e637
v2.6.25-rc1~513^2~15
--