lz4.c: fixed the LZ4_decompress_fast_continue case
authorAlexey Tourbin <alexey.tourbin@gmail.com>
Fri, 27 Apr 2018 12:00:11 +0000 (15:00 +0300)
committerAlexey Tourbin <alexey.tourbin@gmail.com>
Fri, 27 Apr 2018 12:10:12 +0000 (15:10 +0300)
commitd81a434c3dc032779dba6f22a58b127922ef332f
treefdd21976d95440b8b3facf4453f7bebb14a8edc9
parentce4e1389cc38c3c26f40ecef9c4fa6438411fa90
lz4.c: fixed the LZ4_decompress_fast_continue case

The change is very similar to that of the LZ4_decompress_safe_continue
case.  The only reason a make this a separate change is to ensure that
the fuzzer, after it's been enhanced, can detect the flaw in
LZ4_decompress_fast_continue, and that the change indeed fixes the flaw.
lib/lz4.c