[1295] in BarnOwl Developers
[nelhage/barnowl] 87afe9: Support -fstack-protector
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:04 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Fri, 13 Feb 2009 09:13:19 -0800
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 87afe92c6d74a80db4818c8eb919617e841ab88f
http://github.com/nelhage/barnowl/commit/87afe92c6d74a80db4818c8eb919617e841ab88f
Author: Sam Hartman <hartmans@mit.edu>
Date: 2009-02-12 (Thu, 12 Feb 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Support -fstack-protector
Gcc and some Linux environments support a -fstack-protector option to
guard against buffer overflows. Sometimes this requires linking
against -lssp. When this option works, use it in the build. Users
may set PROTECT_CFLAGS to override.
Commit: 79fe0adc85a62869dc030f16c31151c8e5cc143a
http://github.com/nelhage/barnowl/commit/79fe0adc85a62869dc030f16c31151c8e5cc143a
Author: Sam Hartman <hartmans@mit.edu>
Date: 2009-02-13 (Fri, 13 Feb 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Merge branch 'support_stack_protector'