Stack clash mitigation in GCC, Part 3

2 · Red Hat · May 22, 2020, 7:22 a.m.
In previous posts, Stack Clash Mitigation in GCC — Background and Stack Clash mitigation in GCC: Why -fstack-check is not the answer, I hopefully showed the basics of how stack clash attacks are structured and why GCC’s existing -fstack-check mechanism is insufficient for protection. So, what should we do? Clearly we want something similar to -fstack-check, […] The post Stack clash mitigation in GCC, Part 3 appeared first on Red Hat Developer....