Output save_alt Download

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