Output save_alt Download

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