]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETE
authorAllan <allanchang96@gmail.com>
Thu, 7 Jul 2022 23:04:09 +0000 (16:04 -0700)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Jul 2022 08:52:40 +0000 (10:52 +0200)
commitc3efe5c96128d699f0884128ce905906bc28ed34
tree7272b6541fd4c0cb6907756c82fd2d67c67e3826
parentccc7ccb49db89865b135097237e173f82bc74751
Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETE

Fixes #18677

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18698)

(cherry picked from commit 4798e0680b112993815098ca21d7d68ff31ebc6e)
crypto/x509v3/v3_lib.c