| 1 | error 0 |
| 2 | 532aa1a8dbda0ba0fc9c544bbbc541fced1a55f54b31054bce57722cfa81fc78 219980955735 226589485514 4300000000 crypto_sign/sphincss128sha256/ref |
| 3 | ==32185== Memcheck, a memory error detector |
| 4 | ==32185== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 5 | ==32185== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 6 | ==32185== Command: ./try |
| 7 | ==32185== |
| 8 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 9 | ==32185== at 0x402913: treehash (utils.c:120) |
| 10 | ==32185== by 0x402DF5: fors_sign (fors.c:93) |
| 11 | ==32185== by 0x4022DF: crypto_sign_sphincss128sha256_ref (sign.c:122) |
| 12 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 13 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 14 | ==32185== Uninitialised value was created by a stack allocation |
| 15 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 16 | ==32185== |
| 17 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 18 | ==32185== at 0x4029CA: treehash (utils.c:141) |
| 19 | ==32185== by 0x402DF5: fors_sign (fors.c:93) |
| 20 | ==32185== by 0x4022DF: crypto_sign_sphincss128sha256_ref (sign.c:122) |
| 21 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 22 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 23 | ==32185== Uninitialised value was created by a stack allocation |
| 24 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 25 | ==32185== |
| 26 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 27 | ==32185== at 0x402AF2: gen_chain (wots.c:45) |
| 28 | ==32185== by 0x402B9D: wots_sign (wots.c:138) |
| 29 | ==32185== by 0x402347: crypto_sign_sphincss128sha256_ref (sign.c:133) |
| 30 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 31 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 32 | ==32185== Uninitialised value was created by a stack allocation |
| 33 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 34 | ==32185== |
| 35 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 36 | ==32185== at 0x402B25: gen_chain (wots.c:45) |
| 37 | ==32185== by 0x402B9D: wots_sign (wots.c:138) |
| 38 | ==32185== by 0x402347: crypto_sign_sphincss128sha256_ref (sign.c:133) |
| 39 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 40 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 41 | ==32185== Uninitialised value was created by a stack allocation |
| 42 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 43 | ==32185== |
| 44 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 45 | ==32185== at 0x402913: treehash (utils.c:120) |
| 46 | ==32185== by 0x402379: crypto_sign_sphincss128sha256_ref (sign.c:137) |
| 47 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 48 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 49 | ==32185== Uninitialised value was created by a stack allocation |
| 50 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 51 | ==32185== |
| 52 | ==32185== Conditional jump or move depends on uninitialised value(s) |
| 53 | ==32185== at 0x4029CA: treehash (utils.c:141) |
| 54 | ==32185== by 0x402379: crypto_sign_sphincss128sha256_ref (sign.c:137) |
| 55 | ==32185== by 0x400E76: timecop_doit (try.c:96) |
| 56 | ==32185== by 0x401D20: main (try-anything.c:306) |
| 57 | ==32185== Uninitialised value was created by a stack allocation |
| 58 | ==32185== at 0x4FF1763: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1) |
| 59 | ==32185== |
| 60 | ==32185== |
| 61 | ==32185== HEAP SUMMARY: |
| 62 | ==32185== in use at exit: 124,320 bytes in 10 blocks |
| 63 | ==32185== total heap usage: 16 allocs, 6 frees, 138,264 bytes allocated |
| 64 | ==32185== |
| 65 | ==32185== LEAK SUMMARY: |
| 66 | ==32185== definitely lost: 0 bytes in 0 blocks |
| 67 | ==32185== indirectly lost: 0 bytes in 0 blocks |
| 68 | ==32185== possibly lost: 124,320 bytes in 10 blocks |
| 69 | ==32185== still reachable: 0 bytes in 0 blocks |
| 70 | ==32185== suppressed: 0 bytes in 0 blocks |
| 71 | ==32185== Rerun with --leak-check=full to see details of leaked memory |
| 72 | ==32185== |
| 73 | ==32185== For lists of detected and suppressed errors, rerun with: -s |
| 74 | ==32185== ERROR SUMMARY: 1323495 errors from 6 contexts (suppressed: 0 from 0) |