]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid memory leak in x509_test error path
authorViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 27 Mar 2024 22:15:29 +0000 (18:15 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 May 2024 08:54:32 +0000 (10:54 +0200)
commitb50d1c2e70180936f24f67ad11318b891785db97
tree73d6bf0444d10002151df1d50370935f00b48c4b
parentee2b7d5264d9e5498393744e9355dc8b735ab237
Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23991)

(cherry picked from commit 7cbca5a6d6e792c75c414e1f3fb22e2afae67988)
test/v3ext.c