Output save_alt Download

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