summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/explicit_bzero/explicit_bzero.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check if we were previously on a signal stack before restoring.bcook2014-07-091-2/+3
| | | | | | | | OS X fails to restore the old signal stack because the signal stack is not enabled by default. This causes sigaltstack(2) to fail with ENOMEM as ss_size is 0, < MINSIGSTCKSZ. ok jsing@
* Add regress test for explicit_bzero.matthew2014-06-121-0/+138