Output save_alt Download

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