aboutsummaryrefslogtreecommitdiff
path: root/ossfuzz
AgeCommit message (Expand)Author
2022-07-10fixed direct-leak in round_trip_fuzzer.cYann Collet
2022-07-09- Fixed incorrect free in `round_trip_fuzzer.c` (https://bugs.chromium.org/p/...Yonatan Komornik
2022-07-05ignore ossfuzz artifactYann Collet
2022-07-05Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet
2022-07-05review: fix findingsAlexander Mohr
2022-07-04clarify yet another time what dual-license meansYann Collet
2022-07-01ignore ossfuzz artifactsYann Collet
2022-06-13ossfuzz: extend fuzzing test to include linked blocksAlexander Mohr
2022-06-11fuzz-test: add fuzz test for uncompressed apiAlexander Mohr
2022-06-10review: Fix review findingsAlexander Mohr
2022-06-07ossfuzz: add fuzz for `LZ4_decompress_safe_partial_usingDict`Qi Wang
2021-11-25Fix typos found by codespellDimitri Papadopoulos
2020-11-05[ossfuzz] Fix parallel buildsNick Terrell
2020-09-29fix minor static analyzer warningsYann Collet
2020-08-24[CI][ossfuzz] Fix string equalNick Terrell
2020-08-19[CI][Fuzz] Fix Travis-CI fuzzer testsNick Terrell
2020-08-11added target lz4-wlibYann Collet
2019-09-23Using size instead of LZ4_compressBound(size) <- causes heap overflowBimba Shrestha
2019-09-13Retreiving 32 bits from the end for fuzzerBimba Shrestha
2019-09-13Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha
2019-09-13Seperating the seed generation and useBimba Shrestha
2019-08-30Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha
2019-08-16Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha
2019-08-16Seperating fuzz data producer api impl and header, using data producer on the...bimbashrestha
2019-08-16Created a data producer API and used in decompress_fuzzerbimbashrestha
2019-08-16Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha
2019-07-18[fuzz] Add LZ4 frame fuzzersNick Terrell
2019-07-18[fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell
2019-07-18[fuzzer] Update scripts for new fuzzersNick Terrell
2019-07-18[fuzz] Add a streaming round trip fuzzerNick Terrell
2019-07-15[ossfuzz] Improve the fuzzersNick Terrell
2019-06-30Remove unnecessary call to Makefile.incMax Dymond
2019-06-29More markups for style changesMax Dymond
2019-06-28Move to using C rather than C++ for compilationMax Dymond
2019-06-28Write a simple decompress target as wellMax Dymond
2019-06-28Code review markups:Max Dymond
2019-06-28Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond