Output save_alt Download

Operation
crypto_sign
Primitive
rainbow1c
Implementation
portable
Compiler options
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 ==24661== Memcheck, a memory error detector
3 ==24661== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4 ==24661== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
5 ==24661== Command: ./try
6 ==24661==
7 ==24661== Conditional jump or move depends on uninitialised value(s)
8 ==24661== at 0x11A672: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
9 ==24661== by 0x10AF4D: crypto_sign_rainbow1c_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==24661== by 0x1096B0: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==24661== by 0x108FC4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==24661== Uninitialised value was created by a stack allocation
13 ==24661== at 0x10BC0D: linear_solver_l1 (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==24661==
15 ==24661==
16 ==24661== Process terminating with default action of signal 11 (SIGSEGV)
17 ==24661== General Protection Fault
18 ==24661== at 0x10BB0E: _gf256v_add_u64.constprop.23 (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==24661== by 0x11A8CC: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==24661== by 0x10AF4D: crypto_sign_rainbow1c_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==24661== by 0x1096B0: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==24661== by 0x108FC4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==24661==
24 ==24661== HEAP SUMMARY:
25 ==24661== in use at exit: 1,924,970 bytes in 10 blocks
26 ==24661== total heap usage: 17 allocs, 7 frees, 1,954,914 bytes allocated
27 ==24661==
28 ==24661== LEAK SUMMARY:
29 ==24661== definitely lost: 0 bytes in 0 blocks
30 ==24661== indirectly lost: 0 bytes in 0 blocks
31 ==24661== possibly lost: 1,924,970 bytes in 10 blocks
32 ==24661== still reachable: 0 bytes in 0 blocks
33 ==24661== suppressed: 0 bytes in 0 blocks
34 ==24661== Rerun with --leak-check=full to see details of leaked memory
35 ==24661==
36 ==24661== For lists of detected and suppressed errors, rerun with: -s
37 ==24661== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)