mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fuzzing and bugfixes for magicless-format decoding (#3976)
* fuzzing and bugfixes for magicless format * reset dctx before each decompression * do not memcmp empty buffers * nit: decompressor errata
This commit is contained in:
parent
6a0052a409
commit
741b87bbe1
6 changed files with 163 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ lib: accept dictionaries with partial literal tables, by @terrelln
|
|||
lib: fix CCtx size estimation with external sequence producer, by @embg
|
||||
lib: fix corner case decoder behaviors, by @Cyan4973 and @aimuz
|
||||
lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt
|
||||
lib: fix several bugs in magicless-format decoding, by @embg
|
||||
cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit
|
||||
cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973
|
||||
cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue