]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl_lib.c: Check for NULL from SSL_CONNECTION_FROM_SSL()
authorAndrew Dinh <andrewd@openssl.org>
Wed, 19 Feb 2025 06:41:03 +0000 (13:41 +0700)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Feb 2025 14:30:25 +0000 (15:30 +0100)
commita1c6e2d1b590dc6a3d2e1c7bd1bf61ffcf854104
treeae88db975fe177c531a18f41f4f68acab54d2a57
parente1a501a433b59d3c57f3ab37ea202f5f1f19a054
ssl_lib.c: Check for NULL from SSL_CONNECTION_FROM_SSL()

Fixes https://scan5.scan.coverity.com/#/project-view/62507/10222?selectedIssue=1643027
Fixes https://scan5.scan.coverity.com/#/project-view/62507/10222?selectedIssue=1643028

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26824)
ssl/ssl_lib.c