Output save_alt Download

Operation
crypto_hash
Primitive
md6d512
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 5c5e8f19d54fc568ac9c69e34727d043d71f3840eb8a0846ebe826fffc9c7585 4359725 102706335 4300000000 crypto_hash/md6d512/ref
3 ==17116== Memcheck, a memory error detector
4 ==17116== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==17116== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==17116== Command: ./try
7 ==17116==
8 ==17116== Use of uninitialised value of size 8
9 ==17116== at 0x4021A9: md6_compute_hex_hashval (md6_mode.c:720)
10 ==17116== by 0x4023C1: md6_final (md6_mode.c:803)
11 ==17116== by 0x401947: Hash (md6_nist.c:93)
12 ==17116== by 0x4018B4: crypto_hash_md6d512_ref (hash.c:9)
13 ==17116== by 0x400D05: timecop_doit (try.c:69)
14 ==17116== by 0x401590: main (try-anything.c:306)
15 ==17116== Uninitialised value was created by a client request
16 ==17116== at 0x400CF7: timecop_doit (try.c:68)
17 ==17116== by 0x401590: main (try-anything.c:306)
18 ==17116==
19 ==17116== Use of uninitialised value of size 8
20 ==17116== at 0x4021BB: md6_compute_hex_hashval (md6_mode.c:722)
21 ==17116== by 0x4023C1: md6_final (md6_mode.c:803)
22 ==17116== by 0x401947: Hash (md6_nist.c:93)
23 ==17116== by 0x4018B4: crypto_hash_md6d512_ref (hash.c:9)
24 ==17116== by 0x400D05: timecop_doit (try.c:69)
25 ==17116== by 0x401590: main (try-anything.c:306)
26 ==17116== Uninitialised value was created by a client request
27 ==17116== at 0x400CF7: timecop_doit (try.c:68)
28 ==17116== by 0x401590: main (try-anything.c:306)
29 ==17116==
30 ==17116==
31 ==17116== HEAP SUMMARY:
32 ==17116== in use at exit: 17,408 bytes in 4 blocks
33 ==17116== total heap usage: 10 allocs, 6 frees, 31,352 bytes allocated
34 ==17116==
35 ==17116== LEAK SUMMARY:
36 ==17116== definitely lost: 0 bytes in 0 blocks
37 ==17116== indirectly lost: 0 bytes in 0 blocks
38 ==17116== possibly lost: 17,408 bytes in 4 blocks
39 ==17116== still reachable: 0 bytes in 0 blocks
40 ==17116== suppressed: 0 bytes in 0 blocks
41 ==17116== Rerun with --leak-check=full to see details of leaked memory
42 ==17116==
43 ==17116== For lists of detected and suppressed errors, rerun with: -s
44 ==17116== ERROR SUMMARY: 256 errors from 2 contexts (suppressed: 0 from 0)