We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1a738 commit 24b35baCopy full SHA for 24b35ba
tests/api/test_x509.c
@@ -181,6 +181,8 @@ int test_x509_GetCAByAKID(void)
181
XMEMSET(&cm, 0, sizeof(cm));
182
XMEMSET(&signerA, 0, sizeof(signerA));
183
XMEMSET(&signerB, 0, sizeof(signerB));
184
+ XMEMSET(issuerHash, 0, sizeof(issuerHash));
185
+ XMEMSET(serialHash, 0, sizeof(serialHash));
186
187
/* Initialize CA mutex so GetCAByAKID can lock/unlock it. */
188
ExpectIntEQ(wc_InitMutex(&cm.caLock), 0);
0 commit comments