Output save_alt Download

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