"Strong" stack protection for GCC
"Strong" stack protection for GCC
Posted Feb 16, 2014 10:47 UTC (Sun) by jem (subscriber, #24231)In reply to: "Strong" stack protection for GCC by paulj
Parent article: "Strong" stack protection for GCC
"Overflow is undefined behaviour in C."
To be more precise, signed overflow is undefined behaviour in C. Unsigned integers are defined to wrap around.
