Output save_alt Download

Operation
crypto_aead
Primitive
artemia128v12
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 a87ce666b05379fbbcce971e815ba6e8429ec89fb720e294262ad00de621c613 77711349 477429686 4300000000 crypto_aead/artemia128v12/ref
3 ==23684== Memcheck, a memory error detector
4 ==23684== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==23684== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==23684== Command: ./try
7 ==23684==
8 ==23684== Use of uninitialised value of size 8
9 ==23684== at 0x403064: artemia_permutation (jhae_permutation.c:154)
10 ==23684== by 0x40282D: jhae_encryption_authentication (jhae_encryption.c:47)
11 ==23684== by 0x40230A: crypto_aead_artemia128v12_ref_encrypt (encrypt.c:30)
12 ==23684== by 0x400F6A: timecop_doit (try.c:104)
13 ==23684== by 0x401FC0: main (try-anything.c:306)
14 ==23684== Uninitialised value was created by a client request
15 ==23684== at 0x400EB7: timecop_doit (try.c:102)
16 ==23684== by 0x401FC0: main (try-anything.c:306)
17 ==23684==
18 ==23684== Use of uninitialised value of size 8
19 ==23684== at 0x403064: artemia_permutation (jhae_permutation.c:154)
20 ==23684== by 0x40248D: jhae_decryption_verification (jhae_decryption.c:47)
21 ==23684== by 0x402388: crypto_aead_artemia128v12_ref_decrypt (encrypt.c:67)
22 ==23684== by 0x401017: timecop_doit (try.c:107)
23 ==23684== by 0x401FC0: main (try-anything.c:306)
24 ==23684== Uninitialised value was created by a client request
25 ==23684== at 0x400EB7: timecop_doit (try.c:102)
26 ==23684== by 0x401FC0: main (try-anything.c:306)
27 ==23684==
28 ==23684== Conditional jump or move depends on uninitialised value(s)
29 ==23684== at 0x4026BB: jhae_decryption_verification (jhae_decryption.c:95)
30 ==23684== by 0x402388: crypto_aead_artemia128v12_ref_decrypt (encrypt.c:67)
31 ==23684== by 0x401017: timecop_doit (try.c:107)
32 ==23684== by 0x401FC0: main (try-anything.c:306)
33 ==23684== Uninitialised value was created by a client request
34 ==23684== at 0x400EB7: timecop_doit (try.c:102)
35 ==23684== by 0x401FC0: main (try-anything.c:306)
36 ==23684==
37 ==23684==
38 ==23684== HEAP SUMMARY:
39 ==23684== in use at exit: 70,608 bytes in 31 blocks
40 ==23684== total heap usage: 66 allocs, 35 frees, 85,368 bytes allocated
41 ==23684==
42 ==23684== LEAK SUMMARY:
43 ==23684== definitely lost: 272 bytes in 15 blocks
44 ==23684== indirectly lost: 0 bytes in 0 blocks
45 ==23684== possibly lost: 70,336 bytes in 16 blocks
46 ==23684== still reachable: 0 bytes in 0 blocks
47 ==23684== suppressed: 0 bytes in 0 blocks
48 ==23684== Rerun with --leak-check=full to see details of leaked memory
49 ==23684==
50 ==23684== For lists of detected and suppressed errors, rerun with: -s
51 ==23684== ERROR SUMMARY: 160 errors from 3 contexts (suppressed: 0 from 0)