aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4.c
diff options
context:
space:
mode:
authorAlexey Tourbin <alexey.tourbin@gmail.com>2018-04-27 07:06:37 +0300
committerAlexey Tourbin <alexey.tourbin@gmail.com>2018-04-27 07:27:10 +0300
commitce4e1389cc38c3c26f40ecef9c4fa6438411fa90 (patch)
treefc4b63663ed5aeba6d42423de1d3f3c7095df886 /lib/lz4.c
parent5603d30f81c99fbe55f48d953e3df728720ff982 (diff)
downloadlz4-ce4e1389cc38c3c26f40ecef9c4fa6438411fa90.tar.gz
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.
Diffstat (limited to 'lib/lz4.c')
0 files changed, 0 insertions, 0 deletions