]> git.ipfire.org Git - thirdparty/openssl.git/commit
test_tlsext_status_type(): Avoid leaking of previously allocated data
authorTomas Mraz <tomas@openssl.org>
Mon, 28 Jul 2025 08:55:45 +0000 (10:55 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Jul 2025 16:29:33 +0000 (18:29 +0200)
commitfcb5e20ac74071bda4fc8b5ca6e3b115d8d683e5
tree64e9dc554501bf320caf3856118a2a366b5999a6
parentb9ff440dd613e0c65527ef7eaf565f618979ecce
test_tlsext_status_type(): Avoid leaking of previously allocated data

Fixes Coverity 165922616592241659223

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28105)
test/sslapitest.c