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