Output save_alt Download

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