summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-09-29 04:20:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-09-29 04:20:15 +0000
commit9ae27a3075e7b27a58799a9ce5bb230b6b272dbb (patch)
tree581ab8a41de945331854605ab4cc8aaab42c671b /lib/libssl
parent4f8a2f723a1619c8e1ac8e17e2189f86756bbb32 (diff)
check_cert(): be sure to reset ctx->current_crl to NULL before freeing it.
X509_STORE_CTX_init(): do not free the X509_STORE_CTX * parameter upon failure, for we did not allocate it and it might not come from the heap, such as in check_crl_path() in this very same file where X509_STORE_CTX_init() gets invoked with a stack address. ok bcook@
Diffstat (limited to 'lib/libssl')
0 files changed, 0 insertions, 0 deletions