]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow calling OPENSSL_INIT_free() with NULL argument
authorTomas Mraz <tomas@openssl.org>
Wed, 19 Jun 2024 15:40:21 +0000 (17:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Jun 2024 13:49:49 +0000 (15:49 +0200)
commitb46227bcd26e15b2e48198d9f2e5d40706014a05
tree61e05c57c42db6892ab543d2622500791f463786
parent7de0a33b8f8bf7248d953ff6e0ffa41eceb37c56
Allow calling OPENSSL_INIT_free() with NULL argument

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24681)

(cherry picked from commit d38f62ea118170fc40e10f6f95b180cccbaa7581)
crypto/conf/conf_lib.c