| 1 | error 0 |
| 2 | 9ee80a8eca4b45bf69ef9b7c15963a3564818ab118791934109516f8697dea1c 10845726 321319442 4300000000 crypto_aead/hs1sivv1/ref |
| 3 | ==4523== Memcheck, a memory error detector |
| 4 | ==4523== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==4523== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==4523== Command: ./try |
| 7 | ==4523== |
| 8 | ==4523== Conditional jump or move depends on uninitialised value(s) |
| 9 | ==4523== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112) |
| 10 | ==4523== by 0x403E15: hs1siv_decrypt (encrypt.c:465) |
| 11 | ==4523== by 0x403F67: crypto_aead_hs1sivv1_ref_decrypt (encrypt.c:505) |
| 12 | ==4523== by 0x401017: timecop_doit (try.c:107) |
| 13 | ==4523== by 0x402880: main (try-anything.c:306) |
| 14 | ==4523== Uninitialised value was created by a client request |
| 15 | ==4523== at 0x400EB7: timecop_doit (try.c:102) |
| 16 | ==4523== by 0x402880: main (try-anything.c:306) |
| 17 | ==4523== |
| 18 | ==4523== Conditional jump or move depends on uninitialised value(s) |
| 19 | ==4523== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112) |
| 20 | ==4523== by 0x403E15: hs1siv_decrypt (encrypt.c:465) |
| 21 | ==4523== by 0x403F67: crypto_aead_hs1sivv1_ref_decrypt (encrypt.c:505) |
| 22 | ==4523== by 0x401017: timecop_doit (try.c:107) |
| 23 | ==4523== by 0x402880: main (try-anything.c:306) |
| 24 | ==4523== Uninitialised value was created by a client request |
| 25 | ==4523== at 0x400EB7: timecop_doit (try.c:102) |
| 26 | ==4523== by 0x402880: main (try-anything.c:306) |
| 27 | ==4523== |
| 28 | ==4523== |
| 29 | ==4523== HEAP SUMMARY: |
| 30 | ==4523== in use at exit: 69,888 bytes in 16 blocks |
| 31 | ==4523== total heap usage: 85 allocs, 69 frees, 235,091 bytes allocated |
| 32 | ==4523== |
| 33 | ==4523== LEAK SUMMARY: |
| 34 | ==4523== definitely lost: 0 bytes in 0 blocks |
| 35 | ==4523== indirectly lost: 0 bytes in 0 blocks |
| 36 | ==4523== possibly lost: 69,888 bytes in 16 blocks |
| 37 | ==4523== still reachable: 0 bytes in 0 blocks |
| 38 | ==4523== suppressed: 0 bytes in 0 blocks |
| 39 | ==4523== Rerun with --leak-check=full to see details of leaked memory |
| 40 | ==4523== |
| 41 | ==4523== For lists of detected and suppressed errors, rerun with: -s |
| 42 | ==4523== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0) |