Output save_alt Download

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