summaryrefslogtreecommitdiffstats
path: root/ossfuzz/round_trip_fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* fixed direct-leak in round_trip_fuzzer.cYann Collet2022-07-101-2/+3
* - Fixed incorrect free in `round_trip_fuzzer.c` (https://bugs.chromium.org/p/...Yonatan Komornik2022-07-091-1/+1
* ossfuzz: add fuzz for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-3/+62
* Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-141-4/+3
* Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-131-6/+6
* Seperating the seed generation and useBimba Shrestha2019-09-131-1/+3
* Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha2019-08-301-2/+8
* [ossfuzz] Improve the fuzzersNick Terrell2019-07-151-0/+50