Output save_alt Download

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