summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz_data_producer.h
Commit message (Expand)AuthorAgeFilesLines
* Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-141-3/+2
* Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-131-3/+3
* Seperating the seed generation and useBimba Shrestha2019-09-131-1/+8
* Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha2019-08-301-0/+8
* Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha2019-08-171-4/+8
* Seperating fuzz data producer api impl and header, using data producer on the...bimbashrestha2019-08-161-29/+5
* 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