Output save_alt Download

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