Output save_alt Download

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