]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_push()
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Sat, 21 Dec 2024 20:15:36 +0000 (21:15 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 9 Jan 2025 14:24:49 +0000 (15:24 +0100)
commita91ef0fb6416ea2efafa1cf2c75472269c5cb52f
treef274216d457520e4f28091903769173d045d8421
parentd2a904b228c768a9a0602f367109dbf21781e91a
Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_push()

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26238)

(cherry picked from commit d48874ab477be0fa3df11bfcc38c043b8f7ab8e2)
apps/asn1parse.c
apps/cms.c
apps/engine.c
apps/pkcs12.c
apps/smime.c