summaryrefslogtreecommitdiffstats
path: root/ossfuzz
Commit message (Expand)AuthorAgeFilesLines
* [ossfuzz] Fix parallel buildsNick Terrell2020-11-051-7/+7
* fix minor static analyzer warningsYann Collet2020-09-302-4/+4
* [CI][ossfuzz] Fix string equalNick Terrell2020-08-241-1/+1
* [CI][Fuzz] Fix Travis-CI fuzzer testsNick Terrell2020-08-201-1/+6
* added target lz4-wlibYann Collet2020-08-111-1/+5
* Using size instead of LZ4_compressBound(size) <- causes heap overflowBimba Shrestha2019-09-231-1/+1
* Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-1410-50/+36
* Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-1310-68/+63
* Seperating the seed generation and useBimba Shrestha2019-09-1310-33/+68
* Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha2019-08-305-7/+56
* Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha2019-08-178-11/+25
* Seperating fuzz data producer api impl and header, using data producer on the...bimbashrestha2019-08-169-42/+78
* Created a data producer API and used in decompress_fuzzerbimbashrestha2019-08-162-6/+26
* Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha2019-08-162-3/+29
* [fuzz] Add LZ4 frame fuzzersNick Terrell2019-07-196-3/+219
* [fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell2019-07-185-14/+202
* [fuzzer] Update scripts for new fuzzersNick Terrell2019-07-183-6/+11
* [fuzz] Add a streaming round trip fuzzerNick Terrell2019-07-181-0/+217
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-158-44/+273
* Remove unnecessary call to Makefile.incMax Dymond2019-06-301-2/+0
* More markups for style changesMax Dymond2019-06-284-28/+39
* Move to using C rather than C++ for compilationMax Dymond2019-06-285-6/+12
* Write a simple decompress target as wellMax Dymond2019-06-283-5/+34
* Code review markups:Max Dymond2019-06-283-17/+18
* Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond2019-06-286-0/+203