Output save_alt Download

Operation
crypto_sign
Primitive
donald2048
Implementation
cryptopp
Compiler options
clang++ -O1 -g
Host
venus
1 error 0
2 crypto_sign_open with c=t overlap returns nonzero
3 ==15007== Memcheck, a memory error detector
4 ==15007== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==15007== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==15007== Command: ./try
7 ==15007==
8 ==15007==
9 ==15007== HEAP SUMMARY:
10 ==15007== in use at exit: 43,920 bytes in 10 blocks
11 ==15007== total heap usage: 640 allocs, 630 frees, 234,229 bytes allocated
12 ==15007==
13 ==15007== LEAK SUMMARY:
14 ==15007== definitely lost: 0 bytes in 0 blocks
15 ==15007== indirectly lost: 0 bytes in 0 blocks
16 ==15007== possibly lost: 43,920 bytes in 10 blocks
17 ==15007== still reachable: 0 bytes in 0 blocks
18 ==15007== suppressed: 0 bytes in 0 blocks
19 ==15007== Rerun with --leak-check=full to see details of leaked memory
20 ==15007==
21 ==15007== For lists of detected and suppressed errors, rerun with: -s
22 ==15007== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)