Output save_alt Download

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