about summary refs log tree commit diff
path: root/debug/tst-longjmp_chk3.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* tst-longjmp_chk3: new test for checking sigaltstack edge casesMike Frysinger2014-02-081-0/+85
Make sure the longjmp checking logic catches stacks that are slightly outside of a valid alternative signal stack. Signed-off-by: Mike Frysinger <vapier@gentoo.org>