"Exec Shield" for Linux
Posted May 3, 2003 22:29 UTC (Sat) by
dvdeug (subscriber, #10998)
In reply to:
"Exec Shield" for Linux by JoeBuck
Parent article:
"Exec Shield" for Linux
For nested functions, a GCC extension, a "trampoline" function is built that lives on the
stack, so a non-executable stack patch will break this. But standard C and C++ codes should not
be affected
Standard C and C++ codes shouldn't be affected, but other languages like Ada make heavy
use of
nested functions.
(
Log in to post comments)