All Questions
Tagged with dangling-pointer buffer-overflow
1 question
11
votes
3
answers
3k
views
What is the most hardened set of options for GCC compiling C/C++?
What set of GCC options provide the best protection against memory corruption vulnerabilities such as Buffer Overflows, and Dangling Pointers? Does GCC provide any type of ROP chain mitigation? Are ...