Output save_alt Download

Operation
crypto_aead
Primitive
hs1sivhiv2
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 a3c3457c777372ac3aadd10953a07ed79a6066d08530698c114cca41ff76caeb 15479633 374056784 4300000000 crypto_aead/hs1sivhiv2/ref
3 ==2407== Memcheck, a memory error detector
4 ==2407== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==2407== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==2407== Command: ./try
7 ==2407==
8 ==2407== Conditional jump or move depends on uninitialised value(s)
9 ==2407== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==2407== by 0x403F06: hs1siv_decrypt (encrypt.c:455)
11 ==2407== by 0x404057: crypto_aead_hs1sivhiv2_ref_decrypt (encrypt.c:496)
12 ==2407== by 0x401017: timecop_doit (try.c:107)
13 ==2407== by 0x4028A0: main (try-anything.c:306)
14 ==2407== Uninitialised value was created by a client request
15 ==2407== at 0x400EB7: timecop_doit (try.c:102)
16 ==2407== by 0x4028A0: main (try-anything.c:306)
17 ==2407==
18 ==2407== Conditional jump or move depends on uninitialised value(s)
19 ==2407== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
20 ==2407== by 0x403F06: hs1siv_decrypt (encrypt.c:455)
21 ==2407== by 0x404057: crypto_aead_hs1sivhiv2_ref_decrypt (encrypt.c:496)
22 ==2407== by 0x401017: timecop_doit (try.c:107)
23 ==2407== by 0x4028A0: main (try-anything.c:306)
24 ==2407== Uninitialised value was created by a client request
25 ==2407== at 0x400EB7: timecop_doit (try.c:102)
26 ==2407== by 0x4028A0: main (try-anything.c:306)
27 ==2407==
28 ==2407==
29 ==2407== HEAP SUMMARY:
30 ==2407== in use at exit: 70,144 bytes in 16 blocks
31 ==2407== total heap usage: 85 allocs, 69 frees, 235,987 bytes allocated
32 ==2407==
33 ==2407== LEAK SUMMARY:
34 ==2407== definitely lost: 0 bytes in 0 blocks
35 ==2407== indirectly lost: 0 bytes in 0 blocks
36 ==2407== possibly lost: 70,144 bytes in 16 blocks
37 ==2407== still reachable: 0 bytes in 0 blocks
38 ==2407== suppressed: 0 bytes in 0 blocks
39 ==2407== Rerun with --leak-check=full to see details of leaked memory
40 ==2407==
41 ==2407== For lists of detected and suppressed errors, rerun with: -s
42 ==2407== ERROR SUMMARY: 8 errors from 2 contexts (suppressed: 0 from 0)