| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-23 | test-skeleton.c: Add write_message function | Florian Weimer | 1 | -10/+8 | |
| 2016-06-13 | debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248] | Florian Weimer | 1 | -5/+18 | |
| Currently, printf needs more stack space than what is available with SIGSTKSZ. This commit use the the write system call directly instead. Also use sig_atomic_t for the “pass” variable (for general correctness), and restore signal handlers to their defaults, to avoid masking crashes. | |||||
| 2014-03-13 | tst-longjmp_chk2: add comments/sanity check | Mike Frysinger | 1 | -1/+6 | |
| 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-30 | Add test case for ____longjmp_chk vs signal stacks. | Ulrich Drepper | 1 | -0/+114 | |
