H.J. Lu 46432be2f1 tst-setcontext10.c: Undef _FORTIFY_SOURCE
When _FORTIFY_SOURCE is defined to 2, ____longjmp_chk is called,
instead of longjmp.  ____longjmp_chk compares the relative stack
values to decide if it is called from a stack frame which called
setjmp.  If not, ____longjmp_chk assumes that an alternate signal
stack is used.  Since comparing the relative stack values isn't
reliable with user context, when there is no signal, ____longjmp_chk
will fail.  Undefine _FORTIFY_SOURCE to avoid ____longjmp_chk in
user context test.
2023-12-19 13:39:34 -08:00
..
2023-02-17 15:56:50 -03:00
2023-06-19 19:40:34 +00:00
2023-06-30 14:31:45 +00:00
2023-02-16 23:02:40 +00:00
2023-02-16 23:02:40 +00:00
2023-02-16 23:02:40 +00:00
2023-02-16 23:02:40 +00:00
2021-09-03 22:06:44 +05:30
2021-09-03 22:06:44 +05:30
2023-02-16 23:02:40 +00:00