Output save_alt Download

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