summaryrefslogtreecommitdiffstats
path: root/ossfuzz/decompress_frame_fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-141-6/+4
|
* Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-131-8/+8
|
* Seperating the seed generation and useBimba Shrestha2019-09-131-3/+7
|
* Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha2019-08-171-1/+1
|
* Seperating fuzz data producer api impl and header, using data producer on ↵bimbashrestha2019-08-161-4/+10
| | | | the easy fuzzers
* [fuzz] Add LZ4 frame fuzzersNick Terrell2019-07-191-0/+67
* Round trip fuzzer * Compress fuzzer * Decompress fuzzer