summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormatthew <>2014-07-11 00:38:17 +0000
committermatthew <>2014-07-11 00:38:17 +0000
commit0edafc21e5a0226078d996162aaab2e0b91b8a0e (patch)
treec4fa81a7f58e70f908e4dd71b7f7e0cb3a550533 /src/lib
parentc8e58b52150f7c13e3281d122ed2c3ff38b6a1d5 (diff)
downloadopenbsd-0edafc21e5a0226078d996162aaab2e0b91b8a0e.tar.gz
openbsd-0edafc21e5a0226078d996162aaab2e0b91b8a0e.tar.bz2
openbsd-0edafc21e5a0226078d996162aaab2e0b91b8a0e.zip
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 'src/lib')
0 files changed, 0 insertions, 0 deletions