Output save_alt Download

Operation
crypto_aead
Primitive
omdsha256k256n248tau256v2
Implementation
sse4
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 7918f27a1c700991660a1431f178b6315c547a4507333a0d2aae680f755033e7 12748594 339415315 4300000000 crypto_aead/omdsha256k256n248tau256v2/sse4
3 ==14083== Memcheck, a memory error detector
4 ==14083== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==14083== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==14083== Command: ./try
7 ==14083==
8 ==14083== Conditional jump or move depends on uninitialised value(s)
9 ==14083== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==14083== by 0x404EA1: omdsha256_process (omdsha256.c:310)
11 ==14083== by 0x4038A8: crypto_aead_omdsha256k256n248tau256v2_sse4_decrypt (encrypt.c:62)
12 ==14083== by 0x400F87: timecop_doit (try.c:107)
13 ==14083== by 0x402820: main (try-anything.c:306)
14 ==14083== Uninitialised value was created by a client request
15 ==14083== at 0x400E27: timecop_doit (try.c:102)
16 ==14083== by 0x402820: main (try-anything.c:306)
17 ==14083==
18 ==14083== Conditional jump or move depends on uninitialised value(s)
19 ==14083== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
20 ==14083== by 0x404EA1: omdsha256_process (omdsha256.c:310)
21 ==14083== by 0x4038A8: crypto_aead_omdsha256k256n248tau256v2_sse4_decrypt (encrypt.c:62)
22 ==14083== by 0x400F87: timecop_doit (try.c:107)
23 ==14083== by 0x402820: main (try-anything.c:306)
24 ==14083== Uninitialised value was created by a client request
25 ==14083== at 0x400E27: timecop_doit (try.c:102)
26 ==14083== by 0x402820: main (try-anything.c:306)
27 ==14083==
28 ==14083==
29 ==14083== HEAP SUMMARY:
30 ==14083== in use at exit: 70,144 bytes in 16 blocks
31 ==14083== total heap usage: 22 allocs, 6 frees, 84,088 bytes allocated
32 ==14083==
33 ==14083== LEAK SUMMARY:
34 ==14083== definitely lost: 0 bytes in 0 blocks
35 ==14083== indirectly lost: 0 bytes in 0 blocks
36 ==14083== possibly lost: 70,144 bytes in 16 blocks
37 ==14083== still reachable: 0 bytes in 0 blocks
38 ==14083== suppressed: 0 bytes in 0 blocks
39 ==14083== Rerun with --leak-check=full to see details of leaked memory
40 ==14083==
41 ==14083== For lists of detected and suppressed errors, rerun with: -s
42 ==14083== ERROR SUMMARY: 8 errors from 2 contexts (suppressed: 0 from 0)