"Strong" stack protection for GCC
"Strong" stack protection for GCC
Posted Feb 14, 2014 17:06 UTC (Fri) by mpr22 (subscriber, #60784)In reply to: "Strong" stack protection for GCC by mathstuf
Parent article: "Strong" stack protection for GCC
CPUs have offered some assistance with overflow detection for over half a century (System/360 (1964) had a branch-on-overflow insn). The primary responsibility for arithmetic overflow detection not being ubiquitous in real-world software lies not with CPU designers and implementers, but with the designers and implementers of languages that don't take advantage of that assistance and the programmers who chose not to use, or not to press for the creation of, languages that do.
