]> git.ipfire.org Git - thirdparty/openssl.git/commit
make_addressPrefix(): Fix a memory leak in error case
authorTomas Mraz <tomas@openssl.org>
Thu, 11 Apr 2024 07:40:18 +0000 (09:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Apr 2024 08:56:28 +0000 (10:56 +0200)
commit682ed1b86ebe97036ab37897d528343d0e4def69
tree63b997a13acf10dcdd5aae2142817bbb2a35573f
parent8e5918fb8eb90289a0c89f6a4c6d623ecf49cf43
make_addressPrefix(): Fix a memory leak in error case

Fixes #24098

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24102)
crypto/x509/v3_addr.c