We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc4260 commit 8dec4d9Copy full SHA for 8dec4d9
1 file changed
tests/prng_test.c
@@ -22,7 +22,7 @@ int prng_test(void)
22
{
23
int err = CRYPT_NOP;
24
int x;
25
- unsigned char buf[4096];
+ unsigned char buf[4096] = { 0 };
26
unsigned long n, one;
27
prng_state nprng;
28
0 commit comments