Output save_alt Download

Operation
crypto_aead
Primitive
seakeyakv1
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 6385bf2f7380ba486c565b31c70f503c0991578a96f0ca8e3a6ab4b1d2cc27ac 16032901 382941133 4300000000 crypto_aead/seakeyakv1/ref
3 ==22712== Memcheck, a memory error detector
4 ==22712== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==22712== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==22712== Command: ./try
7 ==22712==
8 ==22712== Conditional jump or move depends on uninitialised value(s)
9 ==22712== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==22712== by 0x402CFB: crypto_aead_seakeyakv1_ref_decrypt (encrypt.c:47)
11 ==22712== by 0x401047: timecop_doit (try.c:107)
12 ==22712== by 0x4028A0: main (try-anything.c:306)
13 ==22712== Uninitialised value was created by a client request
14 ==22712== at 0x400EE7: timecop_doit (try.c:102)
15 ==22712== by 0x4028A0: main (try-anything.c:306)
16 ==22712==
17 ==22712== Conditional jump or move depends on uninitialised value(s)
18 ==22712== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
19 ==22712== by 0x402CFB: crypto_aead_seakeyakv1_ref_decrypt (encrypt.c:47)
20 ==22712== by 0x401047: timecop_doit (try.c:107)
21 ==22712== by 0x4028A0: main (try-anything.c:306)
22 ==22712== Uninitialised value was created by a client request
23 ==22712== at 0x400EE7: timecop_doit (try.c:102)
24 ==22712== by 0x4028A0: main (try-anything.c:306)
25 ==22712==
26 ==22712==
27 ==22712== HEAP SUMMARY:
28 ==22712== in use at exit: 69,888 bytes in 16 blocks
29 ==22712== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
30 ==22712==
31 ==22712== LEAK SUMMARY:
32 ==22712== definitely lost: 0 bytes in 0 blocks
33 ==22712== indirectly lost: 0 bytes in 0 blocks
34 ==22712== possibly lost: 69,888 bytes in 16 blocks
35 ==22712== still reachable: 0 bytes in 0 blocks
36 ==22712== suppressed: 0 bytes in 0 blocks
37 ==22712== Rerun with --leak-check=full to see details of leaked memory
38 ==22712==
39 ==22712== For lists of detected and suppressed errors, rerun with: -s
40 ==22712== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)