[openssl/openssl] f006e2: 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/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: f006e27ff02cd2303a2520ef73c53470490edbc3
      https://github.com/openssl/openssl/commit/f006e27ff02cd2303a2520ef73c53470490edbc3
  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)

(cherry picked from commit 8bb55680e46c868b0aa09682c2bef954231841b5)




More information about the openssl-commits mailing list