Output save_alt Download

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