Output save_alt Download

Operation
crypto_aead
Primitive
ketjejrv2
Implementation
compact
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 664d5af07bff4623d7ae42cb7052a97b31f7d4bbb159597dd039b68993c4b2a0 41171888 596816839 4300000000 crypto_aead/ketjejrv2/compact
3 ==319== Memcheck, a memory error detector
4 ==319== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==319== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==319== Command: ./try
7 ==319==
8 ==319== Conditional jump or move depends on uninitialised value(s)
9 ==319== at 0x4C3277D: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==319== by 0x402C52: crypto_aead_ketjejrv2_compact_decrypt (encrypt.c:62)
11 ==319== by 0x400F77: timecop_doit (try.c:107)
12 ==319== by 0x402800: main (try-anything.c:306)
13 ==319== Uninitialised value was created by a client request
14 ==319== at 0x400E17: timecop_doit (try.c:102)
15 ==319== by 0x402800: main (try-anything.c:306)
16 ==319==
17 ==319== Conditional jump or move depends on uninitialised value(s)
18 ==319== at 0x4C327A1: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
19 ==319== by 0x402C52: crypto_aead_ketjejrv2_compact_decrypt (encrypt.c:62)
20 ==319== by 0x400F77: timecop_doit (try.c:107)
21 ==319== by 0x402800: main (try-anything.c:306)
22 ==319== Uninitialised value was created by a client request
23 ==319== at 0x400E17: timecop_doit (try.c:102)
24 ==319== by 0x402800: main (try-anything.c:306)
25 ==319==
26 ==319== Conditional jump or move depends on uninitialised value(s)
27 ==319== at 0x402C59: crypto_aead_ketjejrv2_compact_decrypt (encrypt.c:62)
28 ==319== by 0x400F77: timecop_doit (try.c:107)
29 ==319== by 0x402800: main (try-anything.c:306)
30 ==319== Uninitialised value was created by a client request
31 ==319== at 0x400E17: timecop_doit (try.c:102)
32 ==319== by 0x402800: main (try-anything.c:306)
33 ==319==
34 ==319==
35 ==319== HEAP SUMMARY:
36 ==319== in use at exit: 69,824 bytes in 16 blocks
37 ==319== total heap usage: 22 allocs, 6 frees, 83,768 bytes allocated
38 ==319==
39 ==319== LEAK SUMMARY:
40 ==319== definitely lost: 0 bytes in 0 blocks
41 ==319== indirectly lost: 0 bytes in 0 blocks
42 ==319== possibly lost: 69,824 bytes in 16 blocks
43 ==319== still reachable: 0 bytes in 0 blocks
44 ==319== suppressed: 0 bytes in 0 blocks
45 ==319== Rerun with --leak-check=full to see details of leaked memory
46 ==319==
47 ==319== For lists of detected and suppressed errors, rerun with: -s
48 ==319== ERROR SUMMARY: 26 errors from 3 contexts (suppressed: 0 from 0)