Output save_alt Download

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