summaryrefslogtreecommitdiff
path: root/debug/tst-longjmp_chk2.c
AgeCommit message (Collapse)Author
2014-03-13tst-longjmp_chk2: add comments/sanity checkMike Frysinger
If the longjmp checking code is slightly broken, this code can loop forever which isn't too helpful. Add a sanity check to keep that from happening. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-07-30Add test case for ____longjmp_chk vs signal stacks.Ulrich Drepper