This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Avoid backtrace from __stack_chk_fail [BZ #12189]


* Adhemerval Zanella:

>> +CFLAGS-tst-ssp-1.c = -Wno-format -Wno-deprecated-declarations -Wno-error \
>> +		     -O0 -fstack-protector
>
> Why explicit -O0 here?

The test case is invalid C because it writes out of bounds, and newer
compiler versions can see that.  I'd suggest to use
-fstack-protector-all and a memory barrier instead (along with
comments).  That should mean that none of the -W flags are necessary,
either.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]