]> 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:50:56 +0000 (10:50 +0200)
commit4798e0680b112993815098ca21d7d68ff31ebc6e
tree30c07be39fdbe5d6f60a7fe0c171b3810b4a2660
parent695cb63c744bab090144a86949b68324ee3094d6
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)
crypto/x509/v3_lib.c