]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leaks in ossl_quic_calculate_retry_integrity_tag()
authorNiels Dossche <7771979+nielsdos@users.noreply.github.com>
Tue, 8 Oct 2024 14:03:13 +0000 (16:03 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Oct 2024 13:14:49 +0000 (15:14 +0200)
commitde7771ec83f5aa587a23101a6770edf55eecc8f3
treec1e4359a5a759d60e6c71cf5131d79f230d2e5ce
parentbf057a00be1efaa03bcffba373b1b22671097406
Fix memory leaks in ossl_quic_calculate_retry_integrity_tag()

Fixes #25625

Several error paths return 0 directly instead of going to err to clean
up the objects.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25636)

(cherry picked from commit e8d963594f8e2be6428e6244eee37e31ad7eca36)
ssl/quic/quic_wire_pkt.c