ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it in ossl_c...
authoratishkov <a.tishkov@aladdin.ru>
Tue, 24 Oct 2023 11:59:00 +0000 (14:59 +0300)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:43:08 +0000 (15:43 +0100)
commit8dc82c02559545fabe15fd95d55623f4f7fc0f08
treedd039c7aa04402ff5f0fb23e1cfb683087806e40
parentb419fccad7e88ff3d7c9fd74b2990952dd09b57a
ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it in ossl_ctrl_internal()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22470)
ssl/ssl_lib.c