Output save_alt Download

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