Output save_alt Download

Operation
crypto_kem
Primitive
kyber1024
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 129d5c22e1569ba1a465ccaafc6496ade5538b5fb9c0b31800b441940115fd5f 71775233 503278357 4300000000 crypto_kem/kyber1024/ref
3 ==13455== Memcheck, a memory error detector
4 ==13455== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==13455== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==13455== Command: ./try
7 ==13455==
8 ==13455== Conditional jump or move depends on uninitialised value(s)
9 ==13455== at 0x402D0A: gen_matrix (indcpa.c:93)
10 ==13455== by 0x402F70: indcpa_enc (indcpa.c:164)
11 ==13455== by 0x401E1A: crypto_kem_kyber1024_ref_dec (kem.c:58)
12 ==13455== by 0x400E3E: timecop_doit (try.c:96)
13 ==13455== by 0x401970: main (try-anything.c:306)
14 ==13455== Uninitialised value was created by a client request
15 ==13455== at 0x400DA4: timecop_doit (try.c:93)
16 ==13455== by 0x401970: main (try-anything.c:306)
17 ==13455==
18 ==13455==
19 ==13455== HEAP SUMMARY:
20 ==13455== in use at exit: 43,520 bytes in 10 blocks
21 ==13455== total heap usage: 16 allocs, 6 frees, 57,464 bytes allocated
22 ==13455==
23 ==13455== LEAK SUMMARY:
24 ==13455== definitely lost: 0 bytes in 0 blocks
25 ==13455== indirectly lost: 0 bytes in 0 blocks
26 ==13455== possibly lost: 43,520 bytes in 10 blocks
27 ==13455== still reachable: 0 bytes in 0 blocks
28 ==13455== suppressed: 0 bytes in 0 blocks
29 ==13455== Rerun with --leak-check=full to see details of leaked memory
30 ==13455==
31 ==13455== For lists of detected and suppressed errors, rerun with: -s
32 ==13455== ERROR SUMMARY: 8742 errors from 1 contexts (suppressed: 0 from 0)