[openssl/openssl] 11fb22: Fix use-after-free issue in radix test framework f...
"'Sashan' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: 11fb223813931724096c1b3f704c290b5231ef31
https://github.com/openssl/openssl/commit/11fb223813931724096c1b3f704c290b5231ef31
Author: Alexandr Nedvedicky <[email protected]>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M test/radix/quic_ops.c
M test/radix/quic_tests.c
Log Message:
-----------
Fix use-after-free issue in radix test framework for QUIC.
The test for client_hello and new_pending connection should
be using its own dedicated SSL context. The thing is we should
not be arming (and testing) those callbacks for every listener
the RADIX test framework creates.
This changeset moves the test from test/radix/quic_ops.c
to test/radix/quic_tests.c. The test uses check_ctx_cbks
RADIX script now.
Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Mon Jun 15 07:29:02 2026
(Merged from https://github.com/openssl/openssl/pull/31421)
(cherry picked from commit 461b6886285afe174a2a7385541a1ac98c08e35f)
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/openssl-3.5/b7246a-11fb22%40github.com.