topconfig explicitly unset COMPAT_BRK

would disable heap randomization, breaks libc.so.5 from 1996,
see 32a932332c8bad842804842eaf9651ad6268e637 and follow ups.

svn path=/dists/trunk/linux-2.6/; revision=10517
This commit is contained in:
Maximilian Attems 2008-02-12 11:43:27 +00:00
parent f17794650a
commit 4c598c3cf6
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ CONFIG_KALLSYMS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
# CONFIG_COMPAT_BRK is not set
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y