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