Output save_alt Download

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