Output save_alt Download

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