Output save_alt Download

Operation
crypto_aead
Primitive
hs1sivlov1
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 780b5205c12c97b9a8bee9596c8573c97de7885ba76a2296505ee9615334cc88 7992040 297955843 4300000000 crypto_aead/hs1sivlov1/ref
3 ==3109== Memcheck, a memory error detector
4 ==3109== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==3109== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==3109== Command: ./try
7 ==3109==
8 ==3109== Conditional jump or move depends on uninitialised value(s)
9 ==3109== at 0x403DDE: hs1siv_decrypt (encrypt.c:465)
10 ==3109== by 0x403F27: crypto_aead_hs1sivlov1_ref_decrypt (encrypt.c:505)
11 ==3109== by 0x401017: timecop_doit (try.c:107)
12 ==3109== by 0x402880: main (try-anything.c:306)
13 ==3109== Uninitialised value was created by a client request
14 ==3109== at 0x400EB7: timecop_doit (try.c:102)
15 ==3109== by 0x402880: main (try-anything.c:306)
16 ==3109==
17 ==3109==
18 ==3109== HEAP SUMMARY:
19 ==3109== in use at exit: 69,760 bytes in 16 blocks
20 ==3109== total heap usage: 85 allocs, 69 frees, 234,963 bytes allocated
21 ==3109==
22 ==3109== LEAK SUMMARY:
23 ==3109== definitely lost: 0 bytes in 0 blocks
24 ==3109== indirectly lost: 0 bytes in 0 blocks
25 ==3109== possibly lost: 69,760 bytes in 16 blocks
26 ==3109== still reachable: 0 bytes in 0 blocks
27 ==3109== suppressed: 0 bytes in 0 blocks
28 ==3109== Rerun with --leak-check=full to see details of leaked memory
29 ==3109==
30 ==3109== For lists of detected and suppressed errors, rerun with: -s
31 ==3109== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)