[kernel] r10517 - dists/trunk/linux-2.6/debian/config
Maximilian Attems
maks at alioth.debian.org
Tue Feb 12 11:43:43 UTC 2008
Author: maks
Date: Tue Feb 12 11:43:27 2008
New Revision: 10517
Log:
topconfig explicitly unset COMPAT_BRK
would disable heap randomization, breaks libc.so.5 from 1996,
see 32a932332c8bad842804842eaf9651ad6268e637 and follow ups.
Modified:
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Tue Feb 12 11:43:27 2008
@@ -53,6 +53,7 @@
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
More information about the Kernel-svn-changes
mailing list