]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a possible memleak in apps/rehash.c
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 3 Dec 2023 10:29:52 +0000 (11:29 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Dec 2023 18:48:50 +0000 (19:48 +0100)
commit01709fcb8b609cfc47e277d20492c333bafb113e
tree6e6b01c02048fbda8c6f53e60a6b031a16ce1503
parentba4d833f6e24a83bc3e74ba55f52d8916b70fb59
Fix a possible memleak in apps/rehash.c

The OPENSSL_DIR_end was missing in case of error.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22920)
apps/rehash.c