Output save_alt Download

Operation
crypto_sign
Primitive
sphincsf192sha256
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 805ead0c25e88a625213045bc92650bf652bd4acd80bf63eab87ed9cce4306a0 25382330632 33616664144 4300000000 crypto_sign/sphincsf192sha256/ref
3 ==7360== Memcheck, a memory error detector
4 ==7360== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7360== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7360== Command: ./try
7 ==7360==
8 ==7360== Conditional jump or move depends on uninitialised value(s)
9 ==7360== at 0x40298F: treehash (utils.c:120)
10 ==7360== by 0x402EA5: fors_sign (fors.c:93)
11 ==7360== by 0x40230F: crypto_sign_sphincsf192sha256_ref (sign.c:122)
12 ==7360== by 0x400E76: timecop_doit (try.c:96)
13 ==7360== by 0x401D40: main (try-anything.c:306)
14 ==7360== Uninitialised value was created by a stack allocation
15 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
16 ==7360==
17 ==7360== Conditional jump or move depends on uninitialised value(s)
18 ==7360== at 0x402A48: treehash (utils.c:141)
19 ==7360== by 0x402EA5: fors_sign (fors.c:93)
20 ==7360== by 0x40230F: crypto_sign_sphincsf192sha256_ref (sign.c:122)
21 ==7360== by 0x400E76: timecop_doit (try.c:96)
22 ==7360== by 0x401D40: main (try-anything.c:306)
23 ==7360== Uninitialised value was created by a stack allocation
24 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
25 ==7360==
26 ==7360== Conditional jump or move depends on uninitialised value(s)
27 ==7360== at 0x402B9A: gen_chain (wots.c:45)
28 ==7360== by 0x402C4D: wots_sign (wots.c:138)
29 ==7360== by 0x402377: crypto_sign_sphincsf192sha256_ref (sign.c:133)
30 ==7360== by 0x400E76: timecop_doit (try.c:96)
31 ==7360== by 0x401D40: main (try-anything.c:306)
32 ==7360== Uninitialised value was created by a stack allocation
33 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
34 ==7360==
35 ==7360== Conditional jump or move depends on uninitialised value(s)
36 ==7360== at 0x402BD5: gen_chain (wots.c:45)
37 ==7360== by 0x402C4D: wots_sign (wots.c:138)
38 ==7360== by 0x402377: crypto_sign_sphincsf192sha256_ref (sign.c:133)
39 ==7360== by 0x400E76: timecop_doit (try.c:96)
40 ==7360== by 0x401D40: main (try-anything.c:306)
41 ==7360== Uninitialised value was created by a stack allocation
42 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
43 ==7360==
44 ==7360== Conditional jump or move depends on uninitialised value(s)
45 ==7360== at 0x40298F: treehash (utils.c:120)
46 ==7360== by 0x4023A9: crypto_sign_sphincsf192sha256_ref (sign.c:137)
47 ==7360== by 0x400E76: timecop_doit (try.c:96)
48 ==7360== by 0x401D40: main (try-anything.c:306)
49 ==7360== Uninitialised value was created by a stack allocation
50 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
51 ==7360==
52 ==7360== Conditional jump or move depends on uninitialised value(s)
53 ==7360== at 0x402A48: treehash (utils.c:141)
54 ==7360== by 0x4023A9: crypto_sign_sphincsf192sha256_ref (sign.c:137)
55 ==7360== by 0x400E76: timecop_doit (try.c:96)
56 ==7360== by 0x401D40: main (try-anything.c:306)
57 ==7360== Uninitialised value was created by a stack allocation
58 ==7360== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
59 ==7360==
60 ==7360==
61 ==7360== HEAP SUMMARY:
62 ==7360== in use at exit: 400,160 bytes in 10 blocks
63 ==7360== total heap usage: 16 allocs, 6 frees, 414,104 bytes allocated
64 ==7360==
65 ==7360== LEAK SUMMARY:
66 ==7360== definitely lost: 0 bytes in 0 blocks
67 ==7360== indirectly lost: 0 bytes in 0 blocks
68 ==7360== possibly lost: 400,160 bytes in 10 blocks
69 ==7360== still reachable: 0 bytes in 0 blocks
70 ==7360== suppressed: 0 bytes in 0 blocks
71 ==7360== Rerun with --leak-check=full to see details of leaked memory
72 ==7360==
73 ==7360== For lists of detected and suppressed errors, rerun with: -s
74 ==7360== ERROR SUMMARY: 53005 errors from 6 contexts (suppressed: 0 from 0)