Output save_alt Download

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