]> git.ipfire.org Git - thirdparty/zstd.git/commit
Exercise ZSTD_findDecompressedSize() in the simple decompression fuzzer (#3959)
authorElliot Gorokhovsky <embg@fb.com>
Tue, 12 Mar 2024 21:07:06 +0000 (17:07 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 21:07:06 +0000 (17:07 -0400)
commitf65b9e27ce0b6e4ed096126659021359d004d1ab
tree9f7cbadb98b3314886f36e1a85352759165aaad1
parent92fbd42894e4dd9d58d3184923b17dda94ca6b44
Exercise ZSTD_findDecompressedSize() in the simple decompression fuzzer (#3959)

* Improve decompression fuzzer

* Fix legacy frame header fuzzer crash, add unit test
lib/decompress/zstd_decompress.c
tests/fuzz/simple_decompress.c
tests/zstreamtest.c