]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic: use PACKET_buf_init instead of writing to PACKET internals
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Sat, 11 Oct 2025 02:39:44 +0000 (10:39 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Oct 2025 17:24:13 +0000 (19:24 +0200)
commit2f6187866ef1b617e32f27f52ce126ff00e8e144
treeec3a2124de9a033c2682ff39e3849422cb4d18b9
parent4aa7b26df006cdcb469dfbf811c00698d803cdf6
quic: use PACKET_buf_init instead of writing to PACKET internals

Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28850)
ssl/quic/quic_wire.c