]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_extra_test: Avoid potential double free of params
authorTomas Mraz <tomas@openssl.org>
Tue, 4 May 2021 13:38:48 +0000 (15:38 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 6 May 2021 15:01:05 +0000 (17:01 +0200)
commitbfe2fcc840e92df5a5875e55c6aed79891d2612f
tree996345e3c7c808313ff7efb7956f4946b856080f
parent6ef2f71ac70aff99da277be4a554e3b1fe739050
evp_extra_test: Avoid potential double free of params

Fixes #14916

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15135)
test/evp_extra_test.c