diff --git a/tests/prng_test.c b/tests/prng_test.c index 02b229e..5e34751 100644 --- a/tests/prng_test.c +++ b/tests/prng_test.c @@ -22,7 +22,7 @@ int prng_test(void) { int err = CRYPT_NOP; int x; - unsigned char buf[4096]; + unsigned char buf[4096] = { 0 }; unsigned long n, one; prng_state nprng;