Output save_alt Download

Operation
crypto_kem
Primitive
babybearephem
Implementation
opt
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 cb5568caecdfc97ff8cb45208f253112e00871c0d197ee153184d3968b8ffa3a 8845200 253691608 4300000000 crypto_kem/babybearephem/opt
3 ==10041== Memcheck, a memory error detector
4 ==10041== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==10041== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==10041== Command: ./try
7 ==10041==
8 ==10041== Conditional jump or move depends on uninitialised value(s)
9 ==10041== at 0x4031F9: pqcrypto_kem_BabyBearEphem_impl_priv_canon_3120 (ring.c:269)
10 ==10041== by 0x4026D1: decrypt_seed (threebears.c:211)
11 ==10041== by 0x402667: pqcrypto_kem_BabyBearEphem_impl_priv_decapsulate (threebears.c:378)
12 ==10041== by 0x401EA6: crypto_kem_babybearephem_opt_dec (kem.c:36)
13 ==10041== by 0x400FBE: timecop_doit (try.c:96)
14 ==10041== by 0x401AF0: main (try-anything.c:306)
15 ==10041== Uninitialised value was created by a client request
16 ==10041== at 0x400F24: timecop_doit (try.c:93)
17 ==10041== by 0x401AF0: main (try-anything.c:306)
18 ==10041==
19 ==10041==
20 ==10041== HEAP SUMMARY:
21 ==10041== in use at exit: 43,520 bytes in 10 blocks
22 ==10041== total heap usage: 16 allocs, 6 frees, 57,464 bytes allocated
23 ==10041==
24 ==10041== LEAK SUMMARY:
25 ==10041== definitely lost: 0 bytes in 0 blocks
26 ==10041== indirectly lost: 0 bytes in 0 blocks
27 ==10041== possibly lost: 43,520 bytes in 10 blocks
28 ==10041== still reachable: 0 bytes in 0 blocks
29 ==10041== suppressed: 0 bytes in 0 blocks
30 ==10041== Rerun with --leak-check=full to see details of leaked memory
31 ==10041==
32 ==10041== For lists of detected and suppressed errors, rerun with: -s
33 ==10041== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)