aboutsummaryrefslogtreecommitdiff
path: root/setjmp/bits
AgeCommit message (Collapse)Author
2011-03-03setjmp/bits/setjmp2.h: Canonicalize comment formatting.Roland McGrath
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper
If longjmp restores the stack frame to an address which is beyond the stack frame at the time of the longjmp call it would install an uninitialized stack frame. If compiled with _FORTIFY_SOURCE defined, longjmp will now bail out in this situation.