[openssl/openssl] 208d84: Fix tick race in radix fault-injection scripts
"'Andrew Dinh' 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: 208d8454e2d386b29e6fdeaec5b651cc0c641d87
https://github.com/openssl/openssl/commit/208d8454e2d386b29e6fdeaec5b651cc0c641d87
Author: Andrew Dinh <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M test/radix/quic_ops.c
M test/radix/quic_tests.c
Log Message:
-----------
Fix tick race in radix fault-injection scripts
Guard any `OP_SET_INJECT_WORD`+`OP_WRITE` with 2 new functions
`OP_ENGINE_TICK_ENABLE`/`OP_ENGINE_TICK_DISABLE` that enable/disable ticking
in the QUIC engine. Otherwise, the radix test interpreter can tick between the
2 ops and cause the peer to close the connection prematurely
Reviewed-by: Mounir Idrassi <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Nikola Pajkovsky <[email protected]>
Merge-date: Wed Aug 26 12:00:35 2026
Merged-from: https://github.com/openssl/openssl/pull/32406
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/4a35f5-208d84%40github.com.