Output save_alt Download

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