Linux Standard Base Core Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
The interface __stack_chk_fail() shall abort the function that called it with a message that a stack overflow has been detected. The program that called the function shall then exit.
The interface __stack_chk_fail() does not check for a stack overflow itself. It merely reports one when invoked.
<<< Previous | Home | Next >>> |
__sprintf_chk | Up | __stpcpy |