On Fri, Jan 10, 2014 at 10:45:34AM +0000, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Fri Jan 10 10:45:34 UTC 2014 > > Modified Files: > src/tests/lib/libc/ssp: t_ssp.sh > > Log Message: > In the strcat test, smash the stack more severely (this all may depend > on alignment and stack frame details). > The gcc folks disagree with this test in general: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59750
I got a bit lost with Jelinek's reply above. Aren't those tests specifically for NetBSD's ssp(3), a.k.a. -D_FORTIFY_SOURCE=2 and not -fstack-protector? - Jukka.