Skip to content

Commit 6b535a4

Browse files
committed
Initialize ctTampered in test
1 parent 41e54ba commit 6b535a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/api/test_mlkem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,6 +3970,7 @@ int test_wc_mlkem_decap_fo_reject(void)
39703970
word32 ctLen = 0;
39713971

39723972
XMEMSET(ct, 0, sizeof(ct));
3973+
XMEMSET(ctTampered, 0, sizeof(ctTampered));
39733974
XMEMSET(ss, 0, sizeof(ss));
39743975

39753976
key = (MlKemKey*)XMALLOC(sizeof(*key), NULL, DYNAMIC_TYPE_TMP_BUFFER);

0 commit comments

Comments
 (0)