Output save_alt Download

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