Output save_alt Download

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