]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Test errors from a provider can still be accessed after unload
authorMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2021 10:10:26 +0000 (10:10 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Feb 2021 12:13:38 +0000 (12:13 +0000)
commit81c15ed00bbe5cb4b864ad9b1fab12a26fa91201
tree909912e2126ed83fa425806a6662954824290ffa
parentde4a88a979193e1f28c65c1f902828dd91d10ba5
Test errors from a provider can still be accessed after unload

Providers can create errors that may refer to const strings within the
provider module itself. If the provider gets unloaded we need to be sure
that we can still access the errors in the error stack.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14213)
test/build.info
test/p_test.c
test/provider_test.c