]> git.ipfire.org Git - thirdparty/openssl.git/commit
SSL_free() does check for != NULL (thanks Sashan)
authorJean-Frederic Clere <jfclere@gmail.com>
Tue, 10 Dec 2024 09:08:11 +0000 (10:08 +0100)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitb9b6242f079188c64c6e33c525e4667d67dd52e2
tree508366371d592448931abfda64eebe6cffa9c3c8
parent02ecf3d9a92025dc6dd7e7399c8d7939973ccbae
SSL_free() does check for != NULL (thanks Sashan)

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25859)
demos/http3/ossl-nghttp3-demo-server.c