Output save_alt Download

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