Output save_alt Download

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