zstd/lib/decompress
Yann Collet acd75a1448 fixed a second memset() on NULL
not sure why it only triggers now,
this code has been around for a while.

Introduced a new error code : dstBuffer_null,
I couldn't express anything even remotely similar with existing error codes set.
2018-10-29 15:03:57 -07:00
..
huf_decompress.c reduced DDict size, by -2KB 2018-09-06 17:07:53 -07:00
zstd_ddict.c separate DDict logic into its own module 2018-10-23 17:25:49 -07:00
zstd_ddict.h added comment on public ddict functions 2018-10-24 16:50:03 -07:00
zstd_decompress_block.c added a few comments for clarifications 2018-10-26 15:21:52 -07: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
zstd_decompress.c fixed a second memset() on NULL 2018-10-29 15:03:57 -07:00