| 1 | error 0 |
| 2 | crypto_sign does not handle m=c overlap |
| 3 | ==11219== Memcheck, a memory error detector |
| 4 | ==11219== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==11219== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==11219== Command: ./try |
| 7 | ==11219== |
| 8 | ==11219== |
| 9 | ==11219== HEAP SUMMARY: |
| 10 | ==11219== in use at exit: 1,371,800 bytes in 10 blocks |
| 11 | ==11219== total heap usage: 19,768 allocs, 19,758 frees, 3,804,281 bytes allocated |
| 12 | ==11219== |
| 13 | ==11219== LEAK SUMMARY: |
| 14 | ==11219== definitely lost: 0 bytes in 0 blocks |
| 15 | ==11219== indirectly lost: 0 bytes in 0 blocks |
| 16 | ==11219== possibly lost: 1,371,800 bytes in 10 blocks |
| 17 | ==11219== still reachable: 0 bytes in 0 blocks |
| 18 | ==11219== suppressed: 0 bytes in 0 blocks |
| 19 | ==11219== Rerun with --leak-check=full to see details of leaked memory |
| 20 | ==11219== |
| 21 | ==11219== For lists of detected and suppressed errors, rerun with: -s |
| 22 | ==11219== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |