Output save_alt Download

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