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