zstd/lib/compress
Nick Terrell f9c9af3c2e Reject dictionaries with incomplete entropy tables
If a dictionary specifies that a symbol has probability zero in its
`matchLength`, `literalLength`, or `offset` FSE table, but the symbol
appears when compressing input, the compressor fails.

Ensure that dictionaries support all `matchLength`, and `literalLength`
codes.  They must also support all of the `offset` codes required to
represent every possible offset that can appear in the first block.
2016-10-24 10:42:44 -07:00
..
fse_compress.c fixing FORCE_INLINE for older compilers (#330) 2016-09-02 11:44:21 -07:00
huf_compress.c Fix stack buffer overflow in HUF_readCTable() 2016-10-17 18:16:59 -07:00
zbuff_compress.c merge 2016-08-30 12:03:36 -07:00
zstd_compress.c Reject dictionaries with incomplete entropy tables 2016-10-24 10:42:44 -07:00
zstd_opt.h minor opt 2016-10-14 16:09:07 -07:00