Output save_alt Download

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