Output save_alt Download

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