Output save_alt Download

Operation
crypto_aead
Primitive
norx3241v3
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 c52843f4e1e6a1100491555e8cd71c6e0efa18f152721892f862d218eb6f8c04 6028302 304538777 4300000000 crypto_aead/norx3241v3/ref
3 ==3238== Memcheck, a memory error detector
4 ==3238== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==3238== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==3238== Command: ./try
7 ==3238==
8 ==3238== Conditional jump or move depends on uninitialised value(s)
9 ==3238== at 0x403361: norx_aead_decrypt (norx.c:692)
10 ==3238== by 0x402BB3: crypto_aead_norx3241v3_ref_decrypt (caesar.c:67)
11 ==3238== by 0x400F87: timecop_doit (try.c:107)
12 ==3238== by 0x4027E0: main (try-anything.c:306)
13 ==3238== Uninitialised value was created by a client request
14 ==3238== at 0x400E27: timecop_doit (try.c:102)
15 ==3238== by 0x4027E0: main (try-anything.c:306)
16 ==3238==
17 ==3238==
18 ==3238== HEAP SUMMARY:
19 ==3238== in use at exit: 69,888 bytes in 16 blocks
20 ==3238== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
21 ==3238==
22 ==3238== LEAK SUMMARY:
23 ==3238== definitely lost: 0 bytes in 0 blocks
24 ==3238== indirectly lost: 0 bytes in 0 blocks
25 ==3238== possibly lost: 69,888 bytes in 16 blocks
26 ==3238== still reachable: 0 bytes in 0 blocks
27 ==3238== suppressed: 0 bytes in 0 blocks
28 ==3238== Rerun with --leak-check=full to see details of leaked memory
29 ==3238==
30 ==3238== For lists of detected and suppressed errors, rerun with: -s
31 ==3238== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)