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