Output save_alt Download

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