Output save_alt Download

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