Output save_alt Download

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