We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 388eea3 + e65647f commit 70bdd9fCopy full SHA for 70bdd9f
wolfcrypt/test/test.c
@@ -35305,6 +35305,8 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t ecc_test_buffers(void)
35305
word32 x;
35306
WOLFSSL_ENTER("ecc_test_buffers");
35307
35308
+ XMEMSET(&rng, 0, sizeof(WC_RNG));
35309
+
35310
#if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
35311
if ((cliKey == NULL) || (servKey == NULL) || (tmpKey == NULL))
35312
ERROR_OUT(MEMORY_E, done);
0 commit comments