summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/objects/obj_dat.c
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2014-07-11 00:38:17 +0000
committermatthew <matthew@openbsd.org>2014-07-11 00:38:17 +0000
commitccf343118d8491e93817fadb7621312f3204b0dc (patch)
treeee5741fd805b90ecd121d1f88d3ba419499be1ab /lib/libcrypto/objects/obj_dat.c
parentExplicitly include <openssl/opensslconf.h> in every file that references (diff)
downloadwireguard-openbsd-ccf343118d8491e93817fadb7621312f3204b0dc.tar.xz
wireguard-openbsd-ccf343118d8491e93817fadb7621312f3204b0dc.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 'lib/libcrypto/objects/obj_dat.c')
0 files changed, 0 insertions, 0 deletions