]> git.ipfire.org Git - thirdparty/openssl.git/commit
eddsa_signverify_init(): Avoid memory leak on error
authorTomas Mraz <tomas@openssl.org>
Tue, 21 Jan 2025 13:42:28 +0000 (14:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 23 Jan 2025 11:09:13 +0000 (12:09 +0100)
commitabbc4073145cb6b2ea221f3e34809e9aefece9ab
tree1c2dae3412317a8b5fa8c50862e471236df5726f
parent2455ef2112997d6a366623a209f1d0090ed2d847
eddsa_signverify_init(): Avoid memory leak on error

Add missing WPACKET_cleanup() call.
Fixes Coverity 1638693

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26500)
providers/implementations/signature/eddsa_sig.c