aboutsummaryrefslogtreecommitdiff
path: root/setjmp/bits
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-11Mark setjmp and ucontext functions as non-leafAndreas Schwab1-11/+11
2011-03-03setjmp/bits/setjmp2.h: Canonicalize comment formatting.Roland McGrath1-17/+17
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper1-0/+41
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.