Output save_alt Download

Operation
crypto_hash
Primitive
groestl512
Implementation
32bit-bytesliced-c-small
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 eac708352df3e79cacb2e4c5a654b5de2f051ea83a708667e14e7722629f2a14 19037549 141070833 4300000000 crypto_hash/groestl512/32bit-bytesliced-c-small
3 ==15279== Memcheck, a memory error detector
4 ==15279== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==15279== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==15279== Command: ./try
7 ==15279==
8 ==15279== Use of uninitialised value of size 8
9 ==15279== at 0x401B3A: permutation (hash.c:108)
10 ==15279== by 0x401E35: crypto_hash_groestl512_32bit_bytesliced_c_small (hash.c:197)
11 ==15279== by 0x400CC5: timecop_doit (try.c:69)
12 ==15279== by 0x401550: main (try-anything.c:306)
13 ==15279== Uninitialised value was created by a client request
14 ==15279== at 0x400CB7: timecop_doit (try.c:68)
15 ==15279== by 0x401550: main (try-anything.c:306)
16 ==15279==
17 ==15279== Use of uninitialised value of size 8
18 ==15279== at 0x401B3A: permutation (hash.c:108)
19 ==15279== by 0x401E62: crypto_hash_groestl512_32bit_bytesliced_c_small (hash.c:200)
20 ==15279== by 0x400CC5: timecop_doit (try.c:69)
21 ==15279== by 0x401550: main (try-anything.c:306)
22 ==15279== Uninitialised value was created by a client request
23 ==15279== at 0x400CB7: timecop_doit (try.c:68)
24 ==15279== by 0x401550: main (try-anything.c:306)
25 ==15279==
26 ==15279==
27 ==15279== HEAP SUMMARY:
28 ==15279== in use at exit: 17,408 bytes in 4 blocks
29 ==15279== total heap usage: 10 allocs, 6 frees, 31,352 bytes allocated
30 ==15279==
31 ==15279== LEAK SUMMARY:
32 ==15279== definitely lost: 0 bytes in 0 blocks
33 ==15279== indirectly lost: 0 bytes in 0 blocks
34 ==15279== possibly lost: 17,408 bytes in 4 blocks
35 ==15279== still reachable: 0 bytes in 0 blocks
36 ==15279== suppressed: 0 bytes in 0 blocks
37 ==15279== Rerun with --leak-check=full to see details of leaked memory
38 ==15279==
39 ==15279== For lists of detected and suppressed errors, rerun with: -s
40 ==15279== ERROR SUMMARY: 6144 errors from 2 contexts (suppressed: 0 from 0)