]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl/quic/quic_ackm.c: fix unhandled memory failure in tx pkt history map insert
authorJakub Zelenka <jakub.zelenka@openssl.foundation>
Wed, 20 May 2026 17:11:40 +0000 (19:11 +0200)
committerEugene Syromiatnikov <esyr@openssl.org>
Tue, 26 May 2026 09:58:41 +0000 (11:58 +0200)
commit04cf7eb7b96cc37d05263d78bd2c0726b0c840e4
treef4e4ed9fe5a92750c0e8c107cab452c5db618f85
parent7f98abc730f7b684e800caad26bd6824be4435ad
ssl/quic/quic_ackm.c: fix unhandled memory failure in tx pkt history map insert

This can cause error when freeing txpim as it can be still in use so the
assert in it fails.

Fixes: fa4e92a70a5f "QUIC ACK Manager, Statistics Manager and Congestion Control API"
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Tue May 26 09:59:05 2026
(Merged from https://github.com/openssl/openssl/pull/31258)
ssl/quic/quic_ackm.c