Output save_alt Download

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