Output save_alt Download

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