Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argon2: Avoid unitialized warning in cppcheck
Thsi patch avoids this cppcheck warning: Error: CPPCHECK_WARNING (CWE-457): [#def1] cryptsetup-main/lib/crypto_backend/argon2/blake2/blake2b.c:369: warning[uninitvar]: Uninitialized variable: out_buffer It is a false positive, but wiping buffer is cheap a and similar approach is used in other Argon2 implementations (OpenSSL).
- Loading branch information