Re: Activating libssp

2012-05-30 Thread Jeremie Le Hen
Mel, On Tue, May 29, 2012 at 02:54:06PM +0200, Mel Flynn wrote: > On 28-5-2012 23:22, Jeremie Le Hen wrote: > > > > I'm not sure what you mean, but -fstack-protector is documented in GCC > > documentation, I suppose it's the same for Clang but I didn't check. > > You can disable it on FreeBSD by

Re: Activating libssp

2012-05-29 Thread Mel Flynn
On 28-5-2012 23:22, Jeremie Le Hen wrote: > Hi Mel, > > On Sun, May 27, 2012 at 08:15:02PM +0200, Mel Flynn wrote: >> Hi, >> >> for a port, I'm seeing: >> #ifdef _FORTIFY_SOURCE >> ... >> #endif >> >> I did a bit of reading (http://wiki.debian.org/Hardening) for example, >> searching through /usr/

Re: Activating libssp

2012-05-28 Thread Jeremie Le Hen
Hi Mel, On Sun, May 27, 2012 at 08:15:02PM +0200, Mel Flynn wrote: > Hi, > > for a port, I'm seeing: > #ifdef _FORTIFY_SOURCE > ... > #endif > > I did a bit of reading (http://wiki.debian.org/Hardening) for example, > searching through /usr/share/mk/* /usr/include/libssp, /usr/src/gnu/libssp. >