[openssl/openssl] 7d87fe: Fix mutcbk_inject_frames after mutation
"'Andrew Dinh' via openssl-commits" <[email protected]> Wed, 29 Jul 2026 07:03:33 -0700
| 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: 7d87fe4d745cfe6a0e6d59c20264d96d672c96e7
https://github.com/openssl/openssl/commit/7d87fe4d745cfe6a0e6d59c2026=
4d96d672c96e7
Author: Andrew Dinh <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M test/radix/quic_tests.c
Log Message:
-----------
Fix mutcbk_inject_frames after mutation
mutcbk_inject_frames returned 0 once its one-time mutation was applied, whi=
ch
tells the QTX the packet send failed and tears down the connection instead =
of
continuing the test with unmutated packets. Now it passes subsequent packet=
s
through unmodified by returning the input header, iovec, and count unchange=
d.
Assisted-by: Claude:claude-sonnet-5
Reviewed-by: Sa=C5=A1a Nedv=C4=9Bdick=C3=BD <[email protected]>
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
MergeDate: Wed Jul 29 14:02:07 2026
(Merged from https://github.com/openssl/openssl/pull/32065)
To unsubscribe from these emails, change your notification settings at http=
s://github.com/openssl/openssl/settings/notifications
--=20
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 e=
mail to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msg=
id/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.5/cc56e9-7d87f=
e%40github.com.