Output save_alt Download

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