]> git.ipfire.org Git - thirdparty/hostap.git/commit
Make crypto_hash_init() easier for static analyzers
authorJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 21:19:19 +0000 (23:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 21:19:19 +0000 (23:19 +0200)
commit911e10eac6563b86ef5f8d2ecb82574c29f8e4ae
tree06e25139cc773b12da9606eed18414012cbe945f
parent16cc7a43043c7aedb2196d3b5a94e9ea44b7a781
Make crypto_hash_init() easier for static analyzers

Avoid zero-length memset at the end of the buffer. This is not really
needed, but it makes the code a bit easier for static analyzers.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/crypto_internal.c