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