summaryrefslogtreecommitdiffstats
path: root/ossfuzz/decompress_fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo found by codespellDimitri Papadopoulos2023-01-081-1/+1
* ossfuzz: add fuzz for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-1/+17
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-1/+1
* 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-6/+5
* Seperating the seed generation and useBimba Shrestha2019-09-131-2/+3
* 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 the...bimbashrestha2019-08-161-1/+2
* Created a data producer API and used in decompress_fuzzerbimbashrestha2019-08-161-1/+6
* Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha2019-08-161-3/+2
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-151-15/+45
* More markups for style changesMax Dymond2019-06-281-11/+11
* Move to using C rather than C++ for compilationMax Dymond2019-06-281-0/+28