summaryrefslogtreecommitdiff
path: root/regress/lib/libc/explicit_bzero/explicit_bzero.c
AgeCommit message (Expand)Author
2022-02-10If running with ASAN, mark test_with{,out}_bzero() with theTheo Buehler
2022-02-09silence "function declaration isn't a prototype" warning by changingTheo Buehler
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.Brent Cook
2014-07-11Fix dumb copy/paste mistake.Matthew Dempsky
2014-07-11Fix explicit_bzero regress for Solaris and OS X compatibilityMatthew Dempsky
2014-07-09Add some extra sanity checks to make sure the test functions actuallyMatthew Dempsky
2014-07-09Better workaround for OS X sigaltstack() bugMatthew Dempsky
2014-07-09check if we were previously on a signal stack before restoring.bcook
2014-06-12Add regress test for explicit_bzero.Matthew Dempsky