How to change the default behavior of overrifing when GCC -fstack-protector-all is set?

Posted by Vicente Botet Escriba on Stack Overflow See other posts from Stack Overflow or by Vicente Botet Escriba
Published on 2010-06-02T21:39:23Z Indexed on 2010/06/02 21:44 UTC
Read the original article Hit count: 191

Filed under:
|
|
|

I would like to use the GCC -fstack-protector-all option on release mode. The main issue is that when there is an override a code is built. I would like to plug something that will just dump the stack and let the program continue. Is there a way to do that?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about core