diff options
author | Pierre Joye <pajoye@php.net> | 2010-03-25 10:00:31 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-03-25 10:00:31 +0000 |
commit | 3054f00621ecb01c047384e01a9a21e0d6f74dcc (patch) | |
tree | 2a1822babaae02692a8fa94a0c378da03a3c54c6 | |
parent | e52fa0027ba616add4698793b306b2fa6cecd046 (diff) | |
download | php-git-3054f00621ecb01c047384e01a9a21e0d6f74dcc.tar.gz |
- init hval
-rw-r--r-- | ext/hash/hash_joaat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash_joaat.c b/ext/hash/hash_joaat.c index 7603765b97..aa0770c47f 100644 --- a/ext/hash/hash_joaat.c +++ b/ext/hash/hash_joaat.c @@ -73,7 +73,7 @@ PHP_HASH_API void PHP_JOAATFinal(unsigned char digest[4], PHP_JOAAT_CTX * contex static php_hash_uint32 joaat_buf(void *buf, size_t len) { - php_hash_uint32 hval; + php_hash_uint32 hval = 0; size_t i; unsigned char *input = (unsigned char *)buf; |