This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: apps built w/ -fstack-protector-all segfault
- From: Eric Christopher <echristo at apple dot com>
- To: "Peter S. Mazinger" <ps dot m at gmx dot net>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 14 Nov 2005 22:59:05 -0800
- Subject: Re: apps built w/ -fstack-protector-all segfault
- References: <Pine.LNX.4.44.0511150748490.28778-100000@lnx.bridge.intra>
this should also influence the -fstack-protector behaviour, but
that seems
to be OK.
__builtin_trap is used as I can see only if a vulnerability is
found, this
happens though on a simple hello world.
Aaah. You'll probably need to step through the program in a debugger
then and find out where and why it segfaults.
-eric