| 1 | error 0 |
| 2 | ==11564== Memcheck, a memory error detector |
| 3 | ==11564== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 4 | ==11564== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 5 | ==11564== Command: ./try |
| 6 | ==11564== |
| 7 | ==11564== |
| 8 | ==11564== Process terminating with default action of signal 11 (SIGSEGV) |
| 9 | ==11564== General Protection Fault |
| 10 | ==11564== at 0x11A5DD: gen_randomness (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 11 | ==11564== by 0x10FC2A: kindi_kem_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 12 | ==11564== by 0x110353: kindi_kem_decaps (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 13 | ==11564== by 0x10AD42: crypto_kem_kindi512222_ref_dec (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 14 | ==11564== by 0x10952D: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 15 | ==11564== by 0x108DE4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 16 | ==11564== |
| 17 | ==11564== HEAP SUMMARY: |
| 18 | ==11564== in use at exit: 128,176 bytes in 27 blocks |
| 19 | ==11564== total heap usage: 62 allocs, 35 frees, 286,920 bytes allocated |
| 20 | ==11564== |
| 21 | ==11564== LEAK SUMMARY: |
| 22 | ==11564== definitely lost: 1,408 bytes in 1 blocks |
| 23 | ==11564== indirectly lost: 0 bytes in 0 blocks |
| 24 | ==11564== possibly lost: 43,520 bytes in 10 blocks |
| 25 | ==11564== still reachable: 83,248 bytes in 16 blocks |
| 26 | ==11564== suppressed: 0 bytes in 0 blocks |
| 27 | ==11564== Rerun with --leak-check=full to see details of leaked memory |
| 28 | ==11564== |
| 29 | ==11564== For lists of detected and suppressed errors, rerun with: -s |
| 30 | ==11564== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |