Output save_alt Download

Operation
crypto_kem
Primitive
lac128
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 a7578d2dd3796ebfb146fd46f5fd944e65446d79700e58942800f8ffee657ba5 216766378 940319568 4300000000 crypto_kem/lac128/ref
3 ==16667== Memcheck, a memory error detector
4 ==16667== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==16667== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==16667== Command: ./try
7 ==16667==
8 ==16667== Conditional jump or move depends on uninitialised value(s)
9 ==16667== at 0x40258E: pke_dec (encrypt.c:144)
10 ==16667== by 0x4020A0: kem_dec_fo (kem.c:91)
11 ==16667== by 0x402038: crypto_kem_lac128_ref_dec (kem.c:23)
12 ==16667== by 0x40110E: timecop_doit (try.c:96)
13 ==16667== by 0x401C40: main (try-anything.c:306)
14 ==16667== Uninitialised value was created by a client request
15 ==16667== at 0x401074: timecop_doit (try.c:93)
16 ==16667== by 0x401C40: main (try-anything.c:306)
17 ==16667==
18 ==16667== Conditional jump or move depends on uninitialised value(s)
19 ==16667== at 0x4028DA: gen_a (bin-lwe.c:23)
20 ==16667== by 0x402737: pke_enc_seed (encrypt.c:185)
21 ==16667== by 0x4020FF: kem_dec_fo (kem.c:97)
22 ==16667== by 0x402038: crypto_kem_lac128_ref_dec (kem.c:23)
23 ==16667== by 0x40110E: timecop_doit (try.c:96)
24 ==16667== by 0x401C40: main (try-anything.c:306)
25 ==16667== Uninitialised value was created by a client request
26 ==16667== at 0x401074: timecop_doit (try.c:93)
27 ==16667== by 0x401C40: main (try-anything.c:306)
28 ==16667==
29 ==16667== Conditional jump or move depends on uninitialised value(s)
30 ==16667== at 0x40291A: gen_a (bin-lwe.c:23)
31 ==16667== by 0x402737: pke_enc_seed (encrypt.c:185)
32 ==16667== by 0x4020FF: kem_dec_fo (kem.c:97)
33 ==16667== by 0x402038: crypto_kem_lac128_ref_dec (kem.c:23)
34 ==16667== by 0x40110E: timecop_doit (try.c:96)
35 ==16667== by 0x401C40: main (try-anything.c:306)
36 ==16667== Uninitialised value was created by a stack allocation
37 ==16667== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
38 ==16667==
39 ==16667== Conditional jump or move depends on uninitialised value(s)
40 ==16667== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
41 ==16667== by 0x40210F: kem_dec_fo (kem.c:100)
42 ==16667== by 0x402038: crypto_kem_lac128_ref_dec (kem.c:23)
43 ==16667== by 0x40110E: timecop_doit (try.c:96)
44 ==16667== by 0x401C40: main (try-anything.c:306)
45 ==16667== Uninitialised value was created by a client request
46 ==16667== at 0x401074: timecop_doit (try.c:93)
47 ==16667== by 0x401C40: main (try-anything.c:306)
48 ==16667==
49 ==16667== Conditional jump or move depends on uninitialised value(s)
50 ==16667== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
51 ==16667== by 0x40210F: kem_dec_fo (kem.c:100)
52 ==16667== by 0x402038: crypto_kem_lac128_ref_dec (kem.c:23)
53 ==16667== by 0x40110E: timecop_doit (try.c:96)
54 ==16667== by 0x401C40: main (try-anything.c:306)
55 ==16667== Uninitialised value was created by a client request
56 ==16667== at 0x401074: timecop_doit (try.c:93)
57 ==16667== by 0x401C40: main (try-anything.c:306)
58 ==16667==
59 ==16667==
60 ==16667== HEAP SUMMARY:
61 ==16667== in use at exit: 43,520 bytes in 10 blocks
62 ==16667== total heap usage: 377 allocs, 367 frees, 741,380 bytes allocated
63 ==16667==
64 ==16667== LEAK SUMMARY:
65 ==16667== definitely lost: 0 bytes in 0 blocks
66 ==16667== indirectly lost: 0 bytes in 0 blocks
67 ==16667== possibly lost: 43,520 bytes in 10 blocks
68 ==16667== still reachable: 0 bytes in 0 blocks
69 ==16667== suppressed: 0 bytes in 0 blocks
70 ==16667== Rerun with --leak-check=full to see details of leaked memory
71 ==16667==
72 ==16667== For lists of detected and suppressed errors, rerun with: -s
73 ==16667== ERROR SUMMARY: 2324 errors from 5 contexts (suppressed: 0 from 0)