mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
tests/ossfuzz: Tiny fix to a comment.
(cherry picked from commit 408b6adb2a07d07c6535f859571cca38837caaf3)
This commit is contained in:
parent
78ab47d65d
commit
ebe9d6d8cb
@ -21,7 +21,7 @@ extern int
|
||||
LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)
|
||||
{
|
||||
lzma_stream strm = LZMA_STREAM_INIT;
|
||||
// Initialize a LZMA decoder using the memory usage limit
|
||||
// Initialize a .xz decoder using the memory usage limit
|
||||
// defined in fuzz_common.h
|
||||
//
|
||||
// Enable support for concatenated .xz files which is used when
|
||||
|
Loading…
x
Reference in New Issue
Block a user