]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check SSL_get_app_data() from QUIC cb in a failure situation
authorMatt Caswell <matt@openssl.org>
Tue, 18 Mar 2025 12:04:15 +0000 (12:04 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Mar 2025 10:24:26 +0000 (11:24 +0100)
commitf2488a567ba3376c7d2e2cb4567a20111c6df23b
tree44d2d2005ec3064b76f2fc0d110e2180b317520c
parent2ebae654d5baf1c3781d1228ce0fd9d28e02d08b
Check SSL_get_app_data() from QUIC cb in a failure situation

Ensure SSL_get_app_data() works even in a failure situation from SSL_free()

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27091)
test/sslapitest.c