| 1 | error 0 |
| 2 | ==3373== Memcheck, a memory error detector |
| 3 | ==3373== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 4 | ==3373== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 5 | ==3373== Command: ./try |
| 6 | ==3373== |
| 7 | ==3373== Conditional jump or move depends on uninitialised value(s) |
| 8 | ==3373== at 0x10D304: crypto_kem_edonk192k48n144nu4l4_ref_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 9 | ==3373== by 0x1095E6: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 10 | ==3373== by 0x1090E4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 11 | ==3373== Uninitialised value was created by a stack allocation |
| 12 | ==3373== at 0x10C636: crypto_kem_edonk192k48n144nu4l4_ref_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 13 | ==3373== |
| 14 | ==3373== Conditional jump or move depends on uninitialised value(s) |
| 15 | ==3373== at 0x10D304: crypto_kem_edonk192k48n144nu4l4_ref_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 16 | ==3373== by 0x1090FF: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 17 | ==3373== Uninitialised value was created by a stack allocation |
| 18 | ==3373== at 0x10C636: crypto_kem_edonk192k48n144nu4l4_ref_keypair (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 19 | ==3373== |
| 20 | ==3373== Jump to the invalid address stated on the next line |
| 21 | ==3373== at 0xB0D06050C040D04: ??? |
| 22 | ==3373== by 0xD03090701030E09: ??? |
| 23 | ==3373== by 0xB010400040103FF: ??? |
| 24 | ==3373== by 0x2050102080309: ??? |
| 25 | ==3373== by 0xE0306090C02010B: ??? |
| 26 | ==3373== by 0xC040A020C050308: ??? |
| 27 | ==3373== by 0x70F010205050107: ??? |
| 28 | ==3373== by 0xE080B0A050F020A: ??? |
| 29 | ==3373== by 0xE0C0B040C010D06: ??? |
| 30 | ==3373== by 0xC020603090F010B: ??? |
| 31 | ==3373== by 0x90505040C080506: ??? |
| 32 | ==3373== by 0x1091FF: ??? (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 33 | ==3373== Address 0xb0d06050c040d04 is not stack'd, malloc'd or (recently) free'd |
| 34 | ==3373== |
| 35 | ==3373== |
| 36 | ==3373== Process terminating with default action of signal 11 (SIGSEGV) |
| 37 | ==3373== Bad permissions for mapped region at address 0xB0D06050C040D04 |
| 38 | ==3373== at 0xB0D06050C040D04: ??? |
| 39 | ==3373== by 0xD03090701030E09: ??? |
| 40 | ==3373== by 0xB010400040103FF: ??? |
| 41 | ==3373== by 0x2050102080309: ??? |
| 42 | ==3373== by 0xE0306090C02010B: ??? |
| 43 | ==3373== by 0xC040A020C050308: ??? |
| 44 | ==3373== by 0x70F010205050107: ??? |
| 45 | ==3373== by 0xE080B0A050F020A: ??? |
| 46 | ==3373== by 0xE0C0B040C010D06: ??? |
| 47 | ==3373== by 0xC020603090F010B: ??? |
| 48 | ==3373== by 0x90505040C080506: ??? |
| 49 | ==3373== by 0x1091FF: ??? (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 50 | ==3373== |
| 51 | ==3373== HEAP SUMMARY: |
| 52 | ==3373== in use at exit: 43,520 bytes in 10 blocks |
| 53 | ==3373== total heap usage: 4,783 allocs, 4,773 frees, 402,264 bytes allocated |
| 54 | ==3373== |
| 55 | ==3373== LEAK SUMMARY: |
| 56 | ==3373== definitely lost: 0 bytes in 0 blocks |
| 57 | ==3373== indirectly lost: 0 bytes in 0 blocks |
| 58 | ==3373== possibly lost: 43,520 bytes in 10 blocks |
| 59 | ==3373== still reachable: 0 bytes in 0 blocks |
| 60 | ==3373== suppressed: 0 bytes in 0 blocks |
| 61 | ==3373== Rerun with --leak-check=full to see details of leaked memory |
| 62 | ==3373== |
| 63 | ==3373== For lists of detected and suppressed errors, rerun with: -s |
| 64 | ==3373== ERROR SUMMARY: 192 errors from 3 contexts (suppressed: 0 from 0) |