We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d638824 commit 355081bCopy full SHA for 355081b
wolfcrypt/src/dsa.c
@@ -228,7 +228,7 @@ int wc_MakeDsaKey(WC_RNG *rng, DsaKey *dsa)
228
mp_clear(&dsa->y);
229
}
230
231
- ForceZero(cBuf, cSz);
+ ForceZero(cBuf, (word32)cSz);
232
#if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
233
XFREE(cBuf, dsa->heap, DYNAMIC_TYPE_TMP_BUFFER);
234
if (tmpQ != NULL) {
0 commit comments