ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferencing...
authoratishkov <a.tishkov@aladdin.ru>
Tue, 24 Oct 2023 10:25:13 +0000 (13:25 +0300)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:43:08 +0000 (15:43 +0100)
commitb419fccad7e88ff3d7c9fd74b2990952dd09b57a
treec8792781b207c08fc8132f3266e3ae6f1b433da2
parentb9788ce6a869185f040df4c98d2e7143110aa517
ssl_lib: added pointer SSL and 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