]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fuzzing and bugfixes for magicless-format decoding (#3976)
authorElliot Gorokhovsky <embg@fb.com>
Wed, 20 Mar 2024 23:22:34 +0000 (19:22 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 23:22:34 +0000 (19:22 -0400)
commit741b87bbe1c7c7e7292742f3b1ed9c4055c4743c
treef17a758b840082c28e748dd1381b7194ad31fcd4
parent6a0052a409e2604bd40354b76b86272b712edd7d
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
CHANGELOG
doc/decompressor_errata.md
lib/decompress/zstd_decompress.c
tests/fuzz/Makefile
tests/fuzz/decompress_cross_format.c [new file with mode: 0644]
tests/fuzz/fuzz.py