[openssl/openssl] 8bb556: Workaround crash in atexit on NonStop platforms
Tomáš Mráz
noreply at github.com
Tue Jan 31 00:06:18 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8bb55680e46c868b0aa09682c2bef954231841b5
https://github.com/openssl/openssl/commit/8bb55680e46c868b0aa09682c2bef954231841b5
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M test/evp_extra_test.c
Log Message:
-----------
Workaround crash in atexit on NonStop platforms
We cannot dynamically load the legacy provider into an application
that is linked statically to libcrypto as this causes
a double loading of libcrypto (one static and one dynamic) and
on NonStop this leads to a segfault in atexit().
Fixes #17537
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19844)
More information about the openssl-commits
mailing list