Output save_alt Download

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