]> git.ipfire.org Git - thirdparty/openssl.git/commit
kdf_scrypt_reset(): NULLify freed pointers
authorTomas Mraz <tomas@openssl.org>
Mon, 20 Jan 2025 07:53:21 +0000 (08:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 23 Jan 2025 11:07:33 +0000 (12:07 +0100)
commit901b108154fd8d28516b9b4bebde93ac5bc2a224
tree5cebf1f00343f3dda168346d15c22c016751a828
parent2dded720223c6b84dcbeadbbcd1c6307fe815832
kdf_scrypt_reset(): NULLify freed pointers

Otherwise doublefree happens with further usage.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26488)
providers/implementations/kdfs/scrypt.c