We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d98536 commit bf911ffCopy full SHA for bf911ff
1 file changed
native/com_wolfssl_WolfSSLCRL.c
@@ -269,6 +269,7 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLCRL_X509_1CRL_1add_1revoked
269
ret = WOLFSSL_FAILURE;
270
}
271
else {
272
+ XMEMSET(&revoked, 0, sizeof(revoked));
273
serialInt = wolfSSL_ASN1_INTEGER_new();
274
if (serialInt == NULL) {
275
ret = MEMORY_E;
0 commit comments