Output save_alt Download

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