commit | 32a932332c8bad842804842eaf9651ad6268e637 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Feb 06 22:39:44 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 06 22:39:44 2008 +0100 |
tree | 58f187409029f089f788c5c35ad5c200b4a555af | |
parent | 4cc6028d4040f95cdb590a87db478b42b8be0508 [diff] |
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>