Output save_alt Download

Operation
crypto_box
Primitive
curve25519xsalsa20poly1305
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 40abd7d47cb9f84dc47a0530262fc905e715e37a4113299f1ec5f0727313c04c 48577340 1225242864 4300000000 crypto_box/curve25519xsalsa20poly1305/ref
3 ==7350== Memcheck, a memory error detector
4 ==7350== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7350== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7350== Command: ./try
7 ==7350==
8 ==7350== Conditional jump or move depends on uninitialised value(s)
9 ==7350== at 0x403D24: crypto_secretbox_xsalsa20poly1305_ref_open (box.c:31)
10 ==7350== by 0x40336E: crypto_box_curve25519xsalsa20poly1305_ref_open (box.c:26)
11 ==7350== by 0x400FE4: timecop_doit (try.c:130)
12 ==7350== by 0x402F70: main (try-anything.c:306)
13 ==7350== Uninitialised value was created by a client request
14 ==7350== at 0x400F21: timecop_doit (try.c:127)
15 ==7350== by 0x402F70: main (try-anything.c:306)
16 ==7350==
17 ==7350==
18 ==7350== HEAP SUMMARY:
19 ==7350== in use at exit: 95,744 bytes in 22 blocks
20 ==7350== total heap usage: 28 allocs, 6 frees, 109,688 bytes allocated
21 ==7350==
22 ==7350== LEAK SUMMARY:
23 ==7350== definitely lost: 0 bytes in 0 blocks
24 ==7350== indirectly lost: 0 bytes in 0 blocks
25 ==7350== possibly lost: 95,744 bytes in 22 blocks
26 ==7350== still reachable: 0 bytes in 0 blocks
27 ==7350== suppressed: 0 bytes in 0 blocks
28 ==7350== Rerun with --leak-check=full to see details of leaked memory
29 ==7350==
30 ==7350== For lists of detected and suppressed errors, rerun with: -s
31 ==7350== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)