Do not compile the kernel with the stack protector. I've decided to tolerate
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Jul 2005 07:33:43 +0000 (07:33 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 23 Jul 2005 07:33:43 +0000 (07:33 +0000)
commitc37f28233fdbc044b71d123bd52f0cb99a98ffbb
tree9b082ff9a0bb0d05c35e5cec0fe19e8e7aeacd55
parent857caa4ae0295b7a41c847081e72419eb1f12f57
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.
sys/conf/bsd.kern.mk
sys/conf/files