]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic_tls.c: Precede double free on EVP_MD variable
authorNorbert Pocs <norbertp@openssl.org>
Wed, 28 May 2025 14:28:54 +0000 (16:28 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 30 May 2025 10:44:38 +0000 (06:44 -0400)
commit258d3a695e32828df7dbda6ee9ae67d31e128f62
tree591b92f9674f424fac22019cb18f2b42111a379d
parent66454bf8bac860212bb959c1e847a0483a053025
quic_tls.c: Precede double free on EVP_MD variable

When external quic implementation is used, the variable is not used and
double free happens whe the yield_secret_cb fails.

Resolves: #27504

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27713)
ssl/quic/quic_tls.c