Output save_alt Download

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