Output save_alt Download

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