Output save_alt Download

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