| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo found by codespell | Dimitri Papadopoulos | 2023-01-08 | 1 | -1/+1 |
|
|
* | fixed direct-leak in round_trip_fuzzer.c | Yann Collet | 2022-07-10 | 1 | -2/+3 |
|
|
* | - Fixed incorrect free in `round_trip_fuzzer.c` (https://bugs.chromium.org/p/... | Yonatan Komornik | 2022-07-09 | 2 | -110/+106 |
|
|
* | ignore ossfuzz artifact | Yann Collet | 2022-07-05 | 1 | -23/+4 |
|
|
* | Merge pull request #1094 from alexmohr/add-uncompressed-api | Yann Collet | 2022-07-05 | 2 | -0/+139 |
|\ |
|
| * | review: fix findings | Alexander Mohr | 2022-07-05 | 1 | -8/+0 |
|
|
| * | ossfuzz: extend fuzzing test to include linked blocks | Alexander Mohr | 2022-06-13 | 1 | -5/+24 |
|
|
| * | fuzz-test: add fuzz test for uncompressed api | Alexander Mohr | 2022-06-11 | 3 | -5/+128 |
|
|
| * | review: Fix review findings | Alexander Mohr | 2022-06-10 | 1 | -0/+5 |
|
|
* | | clarify yet another time what dual-license means | Yann Collet | 2022-07-04 | 1 | -1/+2 |
|
|
* | | ignore ossfuzz artifacts | Yann Collet | 2022-07-01 | 1 | -0/+27 |
|
|
* | | ossfuzz: add fuzz for `LZ4_decompress_safe_partial_usingDict` | Qi Wang | 2022-06-07 | 2 | -4/+79 |
|/ |
|
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 2 | -2/+2 |
|
|
* | [ossfuzz] Fix parallel builds | Nick Terrell | 2020-11-05 | 1 | -7/+7 |
|
|
* | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 2 | -4/+4 |
|
|
* | [CI][ossfuzz] Fix string equal | Nick Terrell | 2020-08-24 | 1 | -1/+1 |
|
|
* | [CI][Fuzz] Fix Travis-CI fuzzer tests | Nick Terrell | 2020-08-20 | 1 | -1/+6 |
|
|
* | added target lz4-wlib | Yann Collet | 2020-08-11 | 1 | -1/+5 |
|
|
* | Using size instead of LZ4_compressBound(size) <- causes heap overflow | Bimba Shrestha | 2019-09-23 | 1 | -1/+1 |
|
|
* | Retreiving 32 bits from the end for fuzzer | Bimba Shrestha | 2019-09-14 | 10 | -50/+36 |
|
|
* | Addressing naming nits and moving size modification up in all fuzzers | Bimba Shrestha | 2019-09-13 | 10 | -68/+63 |
|
|
* | Seperating the seed generation and use | Bimba Shrestha | 2019-09-13 | 10 | -33/+68 |
|
|
* | Making fuzzers use dataProducer api instead of random seed for decisions | Bimba Shrestha | 2019-08-30 | 5 | -7/+56 |
|
|
* | Adding comments, fixing nit, and hiding the struct in data producer api | bimbashrestha | 2019-08-17 | 8 | -11/+25 |
|
|
* | Seperating fuzz data producer api impl and header, using data producer on the... | bimbashrestha | 2019-08-16 | 9 | -42/+78 |
|
|
* | Created a data producer API and used in decompress_fuzzer | bimbashrestha | 2019-08-16 | 2 | -6/+26 |
|
|
* | Adding fuzz data producer for uint32 and using in decompress_fuzzer | bimbashrestha | 2019-08-16 | 2 | -3/+29 |
|
|
* | [fuzz] Add LZ4 frame fuzzers | Nick Terrell | 2019-07-19 | 6 | -3/+219 |
|
|
* | [fuzz] Add HC fuzzers for round trip, compress, and streaming | Nick Terrell | 2019-07-18 | 5 | -14/+202 |
|
|
* | [fuzzer] Update scripts for new fuzzers | Nick Terrell | 2019-07-18 | 3 | -6/+11 |
|
|
* | [fuzz] Add a streaming round trip fuzzer | Nick Terrell | 2019-07-18 | 1 | -0/+217 |
|
|
* | [ossfuzz] Improve the fuzzers | Nick Terrell | 2019-07-15 | 8 | -44/+273 |
|
|
* | Remove unnecessary call to Makefile.inc | Max Dymond | 2019-06-30 | 1 | -2/+0 |
|
|
* | More markups for style changes | Max Dymond | 2019-06-28 | 4 | -28/+39 |
|
|
* | Move to using C rather than C++ for compilation | Max Dymond | 2019-06-28 | 5 | -6/+12 |
|
|
* | Write a simple decompress target as well | Max Dymond | 2019-06-28 | 3 | -5/+34 |
|
|
* | Code review markups: | Max Dymond | 2019-06-28 | 3 | -17/+18 |
|
|
* | Add a fuzzing target that compiles in the oss-fuzz environment | Max Dymond | 2019-06-28 | 6 | -0/+203 |
|
|