mirror of
https://github.com/facebook/zstd.git
synced 2025-11-08 06:42:18 +03:00
* Add a Huffman round trip fuzzer
* Fix two minor bugs in Huffman that aren't exposed in zstd
- Incorrect weight comparison (weights are allowed to be equal to
table log).
- HUF_compress1X_usingCTable_internal() can return compressed
size >= source size, so the assert that `cSize <= 65535` isn't
correct, and it needs to be checked instead.
28 KiB
Executable File
28 KiB
Executable File