Nick Terrell
329169189c
Replace Huffman boolean args with flags bit set
2023-01-20 14:12:53 -08:00
Nick Terrell
0cc1b0cb22
Delete unused Huffman functions
...
Remove all Huffman functions that aren't used by zstd.
2023-01-20 14:12:53 -08:00
W. Felix Handte
8927f985ff
Update Copyright Headers 'Facebook' -> 'Meta Platforms'
...
```
for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora \) -prune -o -type f);
do
sed -i 's/Facebook, Inc\./Meta Platforms, Inc. and affiliates./' $f;
done
```
2022-12-20 12:37:57 -05:00
Nick Terrell
a5f2c45528
Huffman ASM
2021-09-20 14:46:43 -07:00
Nick Terrell
d7542aacd9
[fuzzer] Add huf_decompress fuzzer
...
Add a fuzzer for Huffman decompression. Fix several bugs in Huffman
decompression, mostly related to `op == NULL` and pointer underflow.
2021-09-17 15:00:49 -07:00