Output save_alt Download

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