| 1 | error 0 |
| 2 | c798a222cdf02acc04905aa77f9a42f8ca05c9cf52c287f34ff8317c2a59b4b0 105599897 577853426 4300000000 crypto_aead/pi32cipher256v2/ref2 |
| 3 | ==9526== Memcheck, a memory error detector |
| 4 | ==9526== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==9526== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==9526== Command: ./try |
| 7 | ==9526== |
| 8 | ==9526== Conditional jump or move depends on uninitialised value(s) |
| 9 | ==9526== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112) |
| 10 | ==9526== by 0x403249: pi32_decrypt_simple (pi-cipher.c:740) |
| 11 | ==9526== by 0x4023C0: crypto_aead_pi32cipher256v2_ref2_decrypt (encrypt.c:107) |
| 12 | ==9526== by 0x400F77: timecop_doit (try.c:107) |
| 13 | ==9526== by 0x401FE0: main (try-anything.c:306) |
| 14 | ==9526== Uninitialised value was created by a client request |
| 15 | ==9526== at 0x400E17: timecop_doit (try.c:102) |
| 16 | ==9526== by 0x401FE0: main (try-anything.c:306) |
| 17 | ==9526== |
| 18 | ==9526== Conditional jump or move depends on uninitialised value(s) |
| 19 | ==9526== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112) |
| 20 | ==9526== by 0x403249: pi32_decrypt_simple (pi-cipher.c:740) |
| 21 | ==9526== by 0x4023C0: crypto_aead_pi32cipher256v2_ref2_decrypt (encrypt.c:107) |
| 22 | ==9526== by 0x400F77: timecop_doit (try.c:107) |
| 23 | ==9526== by 0x401FE0: main (try-anything.c:306) |
| 24 | ==9526== Uninitialised value was created by a client request |
| 25 | ==9526== at 0x400E17: timecop_doit (try.c:102) |
| 26 | ==9526== by 0x401FE0: main (try-anything.c:306) |
| 27 | ==9526== |
| 28 | ==9526== |
| 29 | ==9526== HEAP SUMMARY: |
| 30 | ==9526== in use at exit: 200,704 bytes in 16 blocks |
| 31 | ==9526== total heap usage: 22 allocs, 6 frees, 214,648 bytes allocated |
| 32 | ==9526== |
| 33 | ==9526== LEAK SUMMARY: |
| 34 | ==9526== definitely lost: 0 bytes in 0 blocks |
| 35 | ==9526== indirectly lost: 0 bytes in 0 blocks |
| 36 | ==9526== possibly lost: 200,704 bytes in 16 blocks |
| 37 | ==9526== still reachable: 0 bytes in 0 blocks |
| 38 | ==9526== suppressed: 0 bytes in 0 blocks |
| 39 | ==9526== Rerun with --leak-check=full to see details of leaked memory |
| 40 | ==9526== |
| 41 | ==9526== For lists of detected and suppressed errors, rerun with: -s |
| 42 | ==9526== ERROR SUMMARY: 8 errors from 2 contexts (suppressed: 0 from 0) |