aboutsummaryrefslogtreecommitdiff
path: root/tests/ossfuzz/fuzz_encode_stream.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07Tests: Add fuzz_encode_stream ossfuzz target.Maksym Vatsyk1-0/+79
This fuzz target handles .xz stream encoding. The first byte of input is used to dynamically set the preset level in order to increase the fuzz coverage of complex critical code paths.