zstd/lib/decompress
Yann Collet 806a5c84e4 support decompressing an empty frame into NULL
fix #1385
decompressing into NULL was an automatic error.
It is now allowed, as long as the content of the frame is empty.

Seems to simplify things for `arrow`.
Maybe some other projects rely on this behavior ?
2018-10-24 16:34:35 -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 simple guard macros 2018-10-23 17:55:23 -07:00
zstd_decompress_internal.h added simple guard macros 2018-10-23 17:55:23 -07:00
zstd_decompress.c support decompressing an empty frame into NULL 2018-10-24 16:34:35 -07:00