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