diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-07-11 00:38:18 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-07-11 00:38:18 +0000 |
commit | 87ea289bee17e12e1e19def0dd97d482c0fb4a30 (patch) | |
tree | 532806dd9399dc379ddf4c40350cce26f506d52f /usr.bin | |
parent | f86827934c054782609d01918af089178490f90a (diff) |
Fix explicit_bzero regress for Solaris and OS X compatibility
Solaris and OS X clobber the signal stack when returning to the main
stack, which caused the original testing strategy (inspecting the
signal stack once we're back on the main stack) to fail.
To be compatible with this behavior, the regress test now inspects the
signal stack space while we're still executing on it. This is a bit
iffy because we might clobber it ourselves while inspecting it, but we
as long as its not completely clobbered we should be okay.
thx bcook for the Solaris test account
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions