Output save_alt Download

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