Output save_alt Download

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