cvs commit: src/sys/conf bsd.kern.mk
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 23 00:36:26 PDT 2005
dillon 2005/07/23 00:33:15 PDT
DragonFly src repository
Modified files:
sys/conf bsd.kern.mk
Log:
Do not compile the kernel with the stack protector. I've decided to tolerate
the stack protector as a default for user programs, but not for the kernel.
The stack protector has known bugs and I frankly believe that it is far more
likely that we would hit one of its bugs verses it actually finding a
stack overflow in the kernel.
Revision Changes Path
1.6 +1 -0 src/sys/conf/bsd.kern.mk
http://www.dragonflybsd.org/cvsweb/src/sys/conf/bsd.kern.mk.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list