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