Output save_alt Download

Operation
crypto_aead
Primitive
pi32cipher128v2
Implementation
ref2
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 a06673d59dfae82caccbca75543d5f48a321dfb94bb72140ae0fe2426d786289 105333585 577974609 4300000000 crypto_aead/pi32cipher128v2/ref2
3 ==6105== Memcheck, a memory error detector
4 ==6105== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==6105== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==6105== Command: ./try
7 ==6105==
8 ==6105== Conditional jump or move depends on uninitialised value(s)
9 ==6105== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==6105== by 0x403239: pi32_decrypt_simple (pi-cipher.c:740)
11 ==6105== by 0x4023B0: crypto_aead_pi32cipher128v2_ref2_decrypt (encrypt.c:107)
12 ==6105== by 0x400F77: timecop_doit (try.c:107)
13 ==6105== by 0x401FD0: main (try-anything.c:306)
14 ==6105== Uninitialised value was created by a client request
15 ==6105== at 0x400E17: timecop_doit (try.c:102)
16 ==6105== by 0x401FD0: main (try-anything.c:306)
17 ==6105==
18 ==6105== Conditional jump or move depends on uninitialised value(s)
19 ==6105== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
20 ==6105== by 0x403239: pi32_decrypt_simple (pi-cipher.c:740)
21 ==6105== by 0x4023B0: crypto_aead_pi32cipher128v2_ref2_decrypt (encrypt.c:107)
22 ==6105== by 0x400F77: timecop_doit (try.c:107)
23 ==6105== by 0x401FD0: main (try-anything.c:306)
24 ==6105== Uninitialised value was created by a client request
25 ==6105== at 0x400E17: timecop_doit (try.c:102)
26 ==6105== by 0x401FD0: main (try-anything.c:306)
27 ==6105==
28 ==6105==
29 ==6105== HEAP SUMMARY:
30 ==6105== in use at exit: 200,704 bytes in 16 blocks
31 ==6105== total heap usage: 22 allocs, 6 frees, 214,648 bytes allocated
32 ==6105==
33 ==6105== LEAK SUMMARY:
34 ==6105== definitely lost: 0 bytes in 0 blocks
35 ==6105== indirectly lost: 0 bytes in 0 blocks
36 ==6105== possibly lost: 200,704 bytes in 16 blocks
37 ==6105== still reachable: 0 bytes in 0 blocks
38 ==6105== suppressed: 0 bytes in 0 blocks
39 ==6105== Rerun with --leak-check=full to see details of leaked memory
40 ==6105==
41 ==6105== For lists of detected and suppressed errors, rerun with: -s
42 ==6105== ERROR SUMMARY: 8 errors from 2 contexts (suppressed: 0 from 0)