How to change the default behavior of overwriting 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/03 0:04 UTC
Read the original article Hit count: 179

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 c++

Related posts about gcc