Output save_alt Download

Operation
crypto_hash
Primitive
hamsi
Implementation
simd-2
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 f98a40b1a23f585c8ad32b7ee0ee9648e5765f6b3e37a602d2beb1cf1c23999e 4584822 80354346 4300000000 crypto_hash/hamsi/simd-2
3 ==18669== Memcheck, a memory error detector
4 ==18669== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==18669== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==18669== Command: ./try
7 ==18669==
8 ==18669== Use of uninitialised value of size 8
9 ==18669== at 0x401DAC: Update (hamsi.c:291)
10 ==18669== by 0x403142: Hash (hamsi.c:359)
11 ==18669== by 0x401874: crypto_hash_hamsi_simd_2 (hash.c:7)
12 ==18669== by 0x400CC5: timecop_doit (try.c:69)
13 ==18669== by 0x401550: main (try-anything.c:306)
14 ==18669== Uninitialised value was created by a client request
15 ==18669== at 0x400CB7: timecop_doit (try.c:68)
16 ==18669== by 0x401550: main (try-anything.c:306)
17 ==18669==
18 ==18669== Use of uninitialised value of size 8
19 ==18669== at 0x401DBE: Update (hamsi.c:291)
20 ==18669== by 0x403142: Hash (hamsi.c:359)
21 ==18669== by 0x401874: crypto_hash_hamsi_simd_2 (hash.c:7)
22 ==18669== by 0x400CC5: timecop_doit (try.c:69)
23 ==18669== by 0x401550: main (try-anything.c:306)
24 ==18669== Uninitialised value was created by a client request
25 ==18669== at 0x400CB7: timecop_doit (try.c:68)
26 ==18669== by 0x401550: main (try-anything.c:306)
27 ==18669==
28 ==18669== Use of uninitialised value of size 8
29 ==18669== at 0x401DD4: Update (hamsi.c:291)
30 ==18669== by 0x403142: Hash (hamsi.c:359)
31 ==18669== by 0x401874: crypto_hash_hamsi_simd_2 (hash.c:7)
32 ==18669== by 0x400CC5: timecop_doit (try.c:69)
33 ==18669== by 0x401550: main (try-anything.c:306)
34 ==18669== Uninitialised value was created by a client request
35 ==18669== at 0x400CB7: timecop_doit (try.c:68)
36 ==18669== by 0x401550: main (try-anything.c:306)
37 ==18669==
38 ==18669== Use of uninitialised value of size 8
39 ==18669== at 0x401DE0: Update (hamsi.c:291)
40 ==18669== by 0x403142: Hash (hamsi.c:359)
41 ==18669== by 0x401874: crypto_hash_hamsi_simd_2 (hash.c:7)
42 ==18669== by 0x400CC5: timecop_doit (try.c:69)
43 ==18669== by 0x401550: main (try-anything.c:306)
44 ==18669== Uninitialised value was created by a client request
45 ==18669== at 0x400CB7: timecop_doit (try.c:68)
46 ==18669== by 0x401550: main (try-anything.c:306)
47 ==18669==
48 ==18669== Use of uninitialised value of size 8
49 ==18669== at 0x401DF1: Update (hamsi.c:291)
50 ==18669== by 0x403142: Hash (hamsi.c:359)
51 ==18669== by 0x401874: crypto_hash_hamsi_simd_2 (hash.c:7)
52 ==18669== by 0x400CC5: timecop_doit (try.c:69)
53 ==18669== by 0x401550: main (try-anything.c:306)
54 ==18669== Uninitialised value was created by a client request
55 ==18669== at 0x400CB7: timecop_doit (try.c:68)
56 ==18669== by 0x401550: main (try-anything.c:306)
57 ==18669==
58 ==18669==
59 ==18669== HEAP SUMMARY:
60 ==18669== in use at exit: 17,408 bytes in 4 blocks
61 ==18669== total heap usage: 10 allocs, 6 frees, 31,352 bytes allocated
62 ==18669==
63 ==18669== LEAK SUMMARY:
64 ==18669== definitely lost: 0 bytes in 0 blocks
65 ==18669== indirectly lost: 0 bytes in 0 blocks
66 ==18669== possibly lost: 17,408 bytes in 4 blocks
67 ==18669== still reachable: 0 bytes in 0 blocks
68 ==18669== suppressed: 0 bytes in 0 blocks
69 ==18669== Rerun with --leak-check=full to see details of leaked memory
70 ==18669==
71 ==18669== For lists of detected and suppressed errors, rerun with: -s
72 ==18669== ERROR SUMMARY: 3840 errors from 5 contexts (suppressed: 0 from 0)