]> git.ipfire.org Git - thirdparty/openssl.git/commit
txp_generate_stream_frames(): Set stream id in header early enough
authorTomas Mraz <tomas@openssl.org>
Mon, 11 Nov 2024 13:33:57 +0000 (14:33 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Nov 2024 15:56:09 +0000 (16:56 +0100)
commitba6f115ccfbb63fbeb2bc8df3c07918a7a59a186
treec058315c2f80f74b32a30b02d561f2d0f0602976
parentdd73b45e289e02d4fa9c7be0c72581b833ac9219
txp_generate_stream_frames(): Set stream id in header early enough

Otherwise we will calculate an incorrect header
size for higher stream ids and won't fit the
frame into the packet.

Fixes #25417

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25928)
ssl/quic/quic_txp.c