summaryrefslogtreecommitdiff
path: root/ossfuzz
AgeCommit message (Expand)AuthorFilesLines
2020-11-05[ossfuzz] Fix parallel buildsNick Terrell1-7/+7
2020-09-29fix minor static analyzer warningsYann Collet2-4/+4
2020-08-24[CI][ossfuzz] Fix string equalNick Terrell1-1/+1
2020-08-19[CI][Fuzz] Fix Travis-CI fuzzer testsNick Terrell1-1/+6
2020-08-11added target lz4-wlibYann Collet1-1/+5
2019-09-23Using size instead of LZ4_compressBound(size) <- causes heap overflowBimba Shrestha1-1/+1
2019-09-13Retreiving 32 bits from the end for fuzzerBimba Shrestha10-50/+36
2019-09-13Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha10-68/+63
2019-09-13Seperating the seed generation and useBimba Shrestha10-33/+68
2019-08-30Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha5-7/+56
2019-08-16Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha8-11/+25
2019-08-16Seperating fuzz data producer api impl and header, using data producer on the...bimbashrestha9-42/+78
2019-08-16Created a data producer API and used in decompress_fuzzerbimbashrestha2-6/+26
2019-08-16Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha2-3/+29
2019-07-18[fuzz] Add LZ4 frame fuzzersNick Terrell6-3/+219
2019-07-18[fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell5-14/+202
2019-07-18[fuzzer] Update scripts for new fuzzersNick Terrell3-6/+11
2019-07-18[fuzz] Add a streaming round trip fuzzerNick Terrell1-0/+217
2019-07-15[ossfuzz] Improve the fuzzersNick Terrell8-44/+273
2019-06-30Remove unnecessary call to Makefile.incMax Dymond1-2/+0
2019-06-29More markups for style changesMax Dymond4-28/+39
2019-06-28Move to using C rather than C++ for compilationMax Dymond5-6/+12
2019-06-28Write a simple decompress target as wellMax Dymond3-5/+34
2019-06-28Code review markups:Max Dymond3-17/+18
2019-06-28Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond6-0/+203