ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferencing...
authoratishkov <a.tishkov@aladdin.ru>
Tue, 24 Oct 2023 09:30:22 +0000 (12:30 +0300)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:43:08 +0000 (15:43 +0100)
commitb9788ce6a869185f040df4c98d2e7143110aa517
treea70c711039bc3433cd9b8dc96d48461d467bd8c6
parent24844be16f0e4c30ae3386760ff571592b14b02f
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