Output save_alt Download

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