summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2018-04-23 21:21:02 (GMT)
committerNick Terrell <terrelln@fb.com>2018-04-23 21:21:02 (GMT)
commit672799e8149c4c9b89f767801209721a59012c91 (patch)
tree60e2661c3e0b415b4e1e3931d0db3d1a3cdf3f41 /tests/fuzzer.c
parentbb83cad98fdb15a7ade4cde582b98e836fb8ef11 (diff)
downloadlz4-672799e8149c4c9b89f767801209721a59012c91.zip
lz4-672799e8149c4c9b89f767801209721a59012c91.tar.gz
lz4-672799e8149c4c9b89f767801209721a59012c91.tar.bz2
Fix compilation error and assert.
Diffstat (limited to 'tests/fuzzer.c')
-rw-r--r--tests/fuzzer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fuzzer.c b/tests/fuzzer.c
index def5230..6fd27fc 100644
--- a/tests/fuzzer.c
+++ b/tests/fuzzer.c
@@ -500,7 +500,6 @@ static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double c
/* Test decoding shortcut edge case */
FUZ_DISPLAYTEST("LZ4_decompress_safe() with shortcut edge case");
{ char tmp[17];
- unsigned long i;
/* 14 bytes of literals, followed by a 14 byte match.
* Should not read beyond the end of the buffer.
* See https://github.com/lz4/lz4/issues/508. */