zstd/lib/decompress
Nick Terrell bfcd5b81d7 [libzstd] Don't check the dictID in fuzzing mode
When `FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION` is defined don't check
the dictID. This check makes the fuzzers job harder, and it is at the
very beginning.
2019-04-08 19:57:41 -07:00
..
huf_decompress.c Fix Incorrect assert() 2018-12-18 13:36:39 -08:00
zstd_ddict.c Rename FORWARD_ERROR -> FORWARD_IF_ERROR 2019-01-29 12:56:07 -05:00
zstd_ddict.h added comment on public ddict functions 2018-10-24 16:50:03 -07:00
zstd_decompress.c [libzstd] Don't check the dictID in fuzzing mode 2019-04-08 19:57:41 -07:00
zstd_decompress_block.c Replace Uses of CHECK_E with RETURN_ERROR_IF(*_isError(... 2019-01-28 17:33:01 -05:00
zstd_decompress_block.h added a few comments for clarifications 2018-10-26 15:21:52 -07:00
zstd_decompress_internal.h created zstd_decompress_block module 2018-10-25 16:28:41 -07:00