[openssl/openssl] 31c32c: Free connections before listeners in the radix tes...
"'Bob Beck' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 31c32ca387a01b1134b459941d5111ab977b8197
https://github.com/openssl/openssl/commit/31c32ca387a01b1134b459941d5111ab977b8197
Author: Bob Beck <[email protected]>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M test/radix/quic_bindings.c
Log Message:
-----------
Free connections before listeners in the radix test cleanup
A connection's assist thread reads from its network BIO, which for a
dgram BIO pair belongs to the linked listener. Freeing a listener while
the connection's assist thread is still running is a use-after-free.
Freeing connections first joins their assist threads, so no thread is
reading when the listener BIOs are freed.
Fixes #32420
Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 21 11:06:40 2026
Merged-from: https://github.com/openssl/openssl/pull/32421
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/853502-31c32c%40github.com.