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