fuzzer.c: enabled ring buffer tests for decompress_fast
authorAlexey Tourbin <alexey.tourbin@gmail.com>
Fri, 27 Apr 2018 04:06:37 +0000 (07:06 +0300)
committerAlexey Tourbin <alexey.tourbin@gmail.com>
Fri, 27 Apr 2018 04:27:10 +0000 (07:27 +0300)
commitce4e1389cc38c3c26f40ecef9c4fa6438411fa90
treefc4b63663ed5aeba6d42423de1d3f3c7095df886
parent5603d30f81c99fbe55f48d953e3df728720ff982
fuzzer.c: enabled ring buffer tests for decompress_fast

Ring buffer tests were performed only with LZ4_decompress_safe_continue,
leaving my buggy changes to LZ4_decompress_safe_continue undetected.
The tests are now replicated and performed in a similar manner for both
LZ4_decompress_safe_continue and LZ4_decompress_safe_continue (except
for the small buffer case where only one function can be tested,
because part of the dictionary is overwritten with the output).

I also updated function names in the messages (changed them to the
actual ones).  The error was reported for LZ4_decompress_safe(),
which I found misleading.
tests/fuzzer.c