Output save_alt Download

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