Fix coverity alert on use of uninitialised data
authorMatt Caswell <matt@openssl.org>
Wed, 4 Oct 2023 15:32:31 +0000 (16:32 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 5 Oct 2023 17:07:55 +0000 (19:07 +0200)
commit31fc8a83bc9aa435ae40c3eff713ced441eaa011
treed5dff93bb7b35fb774d4807f124f5c68048c3083
parent0f7a3b0caa33a87c900536dc1c02fa553d2193cc
Fix coverity alert on use of uninitialised data

The function `ossl_blake2b_param_init` should initialise only, and not
read the data it is initialising

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22282)
providers/implementations/digests/blake2_prov.c
providers/implementations/digests/blake2b_prov.c