Output save_alt Download

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