summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz_data_producer.h
Commit message (Collapse)AuthorAgeFilesLines
* Seperating fuzz data producer api impl and header, using data producer on ↵bimbashrestha2019-08-161-29/+5
| | | | the easy fuzzers
* Created a data producer API and used in decompress_fuzzerbimbashrestha2019-08-161-5/+20
|
* Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha2019-08-161-0/+27
Summary: Consuming bytes from the end of data instead of from the front to prevent "all-in-one" decisions. Test Plan: Reviewers: Subscribers: Tasks: Tags: