| 1 | error 0 |
| 2 | crypto_encrypt_open does not handle c=t overlap |
| 3 | ==6598== Memcheck, a memory error detector |
| 4 | ==6598== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==6598== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==6598== Command: ./try |
| 7 | ==6598== |
| 8 | ==6598== Conditional jump or move depends on uninitialised value(s) |
| 9 | ==6598== at 0x4C32734: __memcmp_sse4_1 (vg_replace_strmem.c:1112) |
| 10 | ==6598== by 0x109A80: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 11 | ==6598== by 0x109144: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 12 | ==6598== Uninitialised value was created by a stack allocation |
| 13 | ==6598== at 0x10D360: crypto_symenc_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try) |
| 14 | ==6598== |
| 15 | ==6598== |
| 16 | ==6598== HEAP SUMMARY: |
| 17 | ==6598== in use at exit: 11,266,992 bytes in 12 blocks |
| 18 | ==6598== total heap usage: 2,118 allocs, 2,106 frees, 11,375,744 bytes allocated |
| 19 | ==6598== |
| 20 | ==6598== LEAK SUMMARY: |
| 21 | ==6598== definitely lost: 0 bytes in 0 blocks |
| 22 | ==6598== indirectly lost: 0 bytes in 0 blocks |
| 23 | ==6598== possibly lost: 11,266,560 bytes in 10 blocks |
| 24 | ==6598== still reachable: 432 bytes in 2 blocks |
| 25 | ==6598== suppressed: 0 bytes in 0 blocks |
| 26 | ==6598== Rerun with --leak-check=full to see details of leaked memory |
| 27 | ==6598== |
| 28 | ==6598== For lists of detected and suppressed errors, rerun with: -s |
| 29 | ==6598== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) |