| 1 | error 0 |
| 2 | 17795464a5dcaff18fd73a70b3688107ee8ed3058993d073fe6ba9fc8c7281bd 7720866 292993939 4300000000 crypto_aead/hs1sivlov2/ref |
| 3 | ==3825== Memcheck, a memory error detector |
| 4 | ==3825== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==3825== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==3825== Command: ./try |
| 7 | ==3825== |
| 8 | ==3825== Conditional jump or move depends on uninitialised value(s) |
| 9 | ==3825== at 0x403DAE: hs1siv_decrypt (encrypt.c:455) |
| 10 | ==3825== by 0x403EF7: crypto_aead_hs1sivlov2_ref_decrypt (encrypt.c:496) |
| 11 | ==3825== by 0x401017: timecop_doit (try.c:107) |
| 12 | ==3825== by 0x402880: main (try-anything.c:306) |
| 13 | ==3825== Uninitialised value was created by a client request |
| 14 | ==3825== at 0x400EB7: timecop_doit (try.c:102) |
| 15 | ==3825== by 0x402880: main (try-anything.c:306) |
| 16 | ==3825== |
| 17 | ==3825== |
| 18 | ==3825== HEAP SUMMARY: |
| 19 | ==3825== in use at exit: 69,760 bytes in 16 blocks |
| 20 | ==3825== total heap usage: 85 allocs, 69 frees, 235,603 bytes allocated |
| 21 | ==3825== |
| 22 | ==3825== LEAK SUMMARY: |
| 23 | ==3825== definitely lost: 0 bytes in 0 blocks |
| 24 | ==3825== indirectly lost: 0 bytes in 0 blocks |
| 25 | ==3825== possibly lost: 69,760 bytes in 16 blocks |
| 26 | ==3825== still reachable: 0 bytes in 0 blocks |
| 27 | ==3825== suppressed: 0 bytes in 0 blocks |
| 28 | ==3825== Rerun with --leak-check=full to see details of leaked memory |
| 29 | ==3825== |
| 30 | ==3825== For lists of detected and suppressed errors, rerun with: -s |
| 31 | ==3825== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0) |