[openssl/openssl] e9a806: Avoid reusing the init_lock for a different purpose

Tomas Mraz noreply at reply.github.openssl.org
Wed Jun 15 07:46:24 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: e9a806b2c265da3a4ca472acb4a4286d9c1b5c9d
      https://github.openssl.org/openssl/openssl/commit/e9a806b2c265da3a4ca472acb4a4286d9c1b5c9d
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M crypto/init.c

  Log Message:
  -----------
  Avoid reusing the init_lock for a different purpose

Otherwise we might cause a recursive locking.

Fixes #18535

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18545)




More information about the openssl-commits mailing list