Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if we were previously on a signal stack before restoring. | bcook | 2014-07-09 | 1 | -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. | matthew | 2014-06-12 | 1 | -0/+138 |