Output save_alt Download

Operation
crypto_kem
Primitive
mamabear
Implementation
vec
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 1c6dfd03d63ac395aed2de16a8657b634572122d4326ef61c8c4ca59cc0ee75d 24905148 325925582 4300000000 crypto_kem/mamabear/vec
3 ==20546== Memcheck, a memory error detector
4 ==20546== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==20546== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==20546== Command: ./try
7 ==20546==
8 ==20546== Conditional jump or move depends on uninitialised value(s)
9 ==20546== at 0x403579: pqcrypto_kem_MamaBear_impl_priv_canon_3120 (ring.c:269)
10 ==20546== by 0x402A31: decrypt_seed (threebears.c:239)
11 ==20546== by 0x40265A: pqcrypto_kem_MamaBear_impl_priv_decapsulate (threebears.c:314)
12 ==20546== by 0x401EA6: crypto_kem_mamabear_vec_dec (kem.c:36)
13 ==20546== by 0x400FBE: timecop_doit (try.c:96)
14 ==20546== by 0x401AF0: main (try-anything.c:306)
15 ==20546== Uninitialised value was created by a client request
16 ==20546== at 0x400F24: timecop_doit (try.c:93)
17 ==20546== by 0x401AF0: main (try-anything.c:306)
18 ==20546==
19 ==20546== Conditional jump or move depends on uninitialised value(s)
20 ==20546== at 0x403579: pqcrypto_kem_MamaBear_impl_priv_canon_3120 (ring.c:269)
21 ==20546== by 0x4033C8: pqcrypto_kem_MamaBear_impl_priv_contract_3120 (ring.c:176)
22 ==20546== by 0x402813: pqcrypto_kem_MamaBear_impl_priv_decapsulate (threebears.c:362)
23 ==20546== by 0x401EA6: crypto_kem_mamabear_vec_dec (kem.c:36)
24 ==20546== by 0x400FBE: timecop_doit (try.c:96)
25 ==20546== by 0x401AF0: main (try-anything.c:306)
26 ==20546== Uninitialised value was created by a client request
27 ==20546== at 0x400F24: timecop_doit (try.c:93)
28 ==20546== by 0x401AF0: main (try-anything.c:306)
29 ==20546==
30 ==20546== Conditional jump or move depends on uninitialised value(s)
31 ==20546== at 0x403579: pqcrypto_kem_MamaBear_impl_priv_canon_3120 (ring.c:269)
32 ==20546== by 0x40284D: pqcrypto_kem_MamaBear_impl_priv_decapsulate (threebears.c:368)
33 ==20546== by 0x401EA6: crypto_kem_mamabear_vec_dec (kem.c:36)
34 ==20546== by 0x400FBE: timecop_doit (try.c:96)
35 ==20546== by 0x401AF0: main (try-anything.c:306)
36 ==20546== Uninitialised value was created by a client request
37 ==20546== at 0x400F24: timecop_doit (try.c:93)
38 ==20546== by 0x401AF0: main (try-anything.c:306)
39 ==20546==
40 ==20546==
41 ==20546== HEAP SUMMARY:
42 ==20546== in use at exit: 43,520 bytes in 10 blocks
43 ==20546== total heap usage: 16 allocs, 6 frees, 57,464 bytes allocated
44 ==20546==
45 ==20546== LEAK SUMMARY:
46 ==20546== definitely lost: 0 bytes in 0 blocks
47 ==20546== indirectly lost: 0 bytes in 0 blocks
48 ==20546== possibly lost: 43,520 bytes in 10 blocks
49 ==20546== still reachable: 0 bytes in 0 blocks
50 ==20546== suppressed: 0 bytes in 0 blocks
51 ==20546== Rerun with --leak-check=full to see details of leaked memory
52 ==20546==
53 ==20546== For lists of detected and suppressed errors, rerun with: -s
54 ==20546== ERROR SUMMARY: 10 errors from 3 contexts (suppressed: 0 from 0)