This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
86140c6223
glibc
/
include
/
bits
/
setjmp2.h
2 lines
33 B
C
Raw
Normal View
History
Unescape
Escape
Check for valid stack frame in longjmp. 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.
2009-05-16 04:28:04 +02:00
#
include
<setjmp/bits/setjmp2.h>
Reference in New Issue
Copy Permalink