Skip to content

Commit 7bd2c3c

Browse files
committed
Fix clang-tidy complaints
1 parent 1d4c5f7 commit 7bd2c3c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/api/test_mlkem.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,6 +3969,9 @@ int test_wc_mlkem_decap_fo_reject(void)
39693969
byte ssTampered[WC_ML_KEM_SS_SZ];
39703970
word32 ctLen = 0;
39713971

3972+
XMEMSET(ct, 0, sizeof(ct));
3973+
XMEMSET(ss, 0, sizeof(ss));
3974+
39723975
key = (MlKemKey*)XMALLOC(sizeof(*key), NULL, DYNAMIC_TYPE_TMP_BUFFER);
39733976
ExpectNotNull(key);
39743977

0 commit comments

Comments
 (0)