Output save_alt Download

Operation
crypto_sign
Primitive
rainbow1b
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 68e2556b88b5737b82ab59b785906563ec9e49ac637a2479759593b232f1b2de 416474874 521198027143 4300000000 crypto_sign/rainbow1b/ref
3 ==23112== Memcheck, a memory error detector
4 ==23112== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==23112== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==23112== Command: ./try
7 ==23112==
8 ==23112== Conditional jump or move depends on uninitialised value(s)
9 ==23112== at 0x403C6B: rainbow_sign (rainbow.c:293)
10 ==23112== by 0x4023E8: crypto_sign_rainbow1b_ref (sign.c:50)
11 ==23112== by 0x401136: timecop_doit (try.c:96)
12 ==23112== by 0x401FD0: main (try-anything.c:306)
13 ==23112== Uninitialised value was created by a client request
14 ==23112== at 0x401107: timecop_doit (try.c:95)
15 ==23112== by 0x401FD0: main (try-anything.c:306)
16 ==23112==
17 ==23112== Conditional jump or move depends on uninitialised value(s)
18 ==23112== at 0x403EF2: rainbow_sign (rainbow.c:317)
19 ==23112== by 0x4023E8: crypto_sign_rainbow1b_ref (sign.c:50)
20 ==23112== by 0x401136: timecop_doit (try.c:96)
21 ==23112== by 0x401FD0: main (try-anything.c:306)
22 ==23112== Uninitialised value was created by a client request
23 ==23112== at 0x401107: timecop_doit (try.c:95)
24 ==23112== by 0x401FD0: main (try-anything.c:306)
25 ==23112==
26 ==23112==
27 ==23112== HEAP SUMMARY:
28 ==23112== in use at exit: 1,634,410 bytes in 10 blocks
29 ==23112== total heap usage: 36 allocs, 26 frees, 5,244,590 bytes allocated
30 ==23112==
31 ==23112== LEAK SUMMARY:
32 ==23112== definitely lost: 0 bytes in 0 blocks
33 ==23112== indirectly lost: 0 bytes in 0 blocks
34 ==23112== possibly lost: 1,634,410 bytes in 10 blocks
35 ==23112== still reachable: 0 bytes in 0 blocks
36 ==23112== suppressed: 0 bytes in 0 blocks
37 ==23112== Rerun with --leak-check=full to see details of leaked memory
38 ==23112==
39 ==23112== For lists of detected and suppressed errors, rerun with: -s
40 ==23112== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)