Output save_alt Download

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