summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz_data_producer.c
Commit message (Collapse)AuthorAgeFilesLines
* fix minor static analyzer warningsYann Collet2020-09-301-2/+2
| | | | | detected by scan-build and cppcheck fix #786
* Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-141-17/+13
|
* Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-131-12/+12
|
* Seperating the seed generation and useBimba Shrestha2019-09-131-12/+24
|
* Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha2019-08-301-0/+25
|
* Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha2019-08-171-0/+12
|
* Seperating fuzz data producer api impl and header, using data producer on ↵bimbashrestha2019-08-161-0/+32
the easy fuzzers