]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Fix crypto_hash_init() memory clearing
authorSean Parkinson <sean@wolfssl.com>
Thu, 29 Mar 2018 04:55:55 +0000 (14:55 +1000)
committerJouni Malinen <j@w1.fi>
Wed, 2 May 2018 10:32:51 +0000 (13:32 +0300)
commit06657d3166b9fb6a115ae8164d0ea50e830770c9
tree54eeb2e3503d827cfaa894b5df7fb2534d7a678b
parentd396057109243ec6fe3642334ac9cf3e9cda072a
wolfSSL: Fix crypto_hash_init() memory clearing

Explicitly clear the allocated memory to avoid uninitialized data in
struct crypto_hash.

Signed-off-by: Sean Parkinson <sean@wolfssl.com>
src/crypto/crypto_wolfssl.c