]> git.ipfire.org Git - thirdparty/openssl.git/commit
Attempt to use NULL listeners to avoid use after free
authorNeil Horman <nhorman@openssl.org>
Tue, 21 Jan 2025 21:55:15 +0000 (16:55 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 23 Jan 2025 16:50:42 +0000 (11:50 -0500)
commite78fb07c13aff87580e856f697bfe208358cc8b7
tree66fd242a837a639df96d186392ffc830079d15f3
parent2bba892f9e18cf294ae735fb778484b6146e08d8
Attempt to use NULL listeners to avoid use after free

As per @sashan suggestion, try pre-creating user ssls with a NULL
listener

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26361)
doc/man3/SSL_new_listener.pod
ssl/quic/quic_impl.c
ssl/quic/quic_local.h