Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ossfuzz] Fix parallel builds | Nick Terrell | 2020-11-05 | 1 | -7/+7 |
| | | | | | | With `make -j` multiple builds of `standaloneengine.o` happened in parallel. Fix this by detecting `standaloneengine.o` and moving it to a depedency. | ||||
* | added target lz4-wlib | Yann Collet | 2020-08-11 | 1 | -1/+5 |
| | | | | | | | | variant of lz4 linking to liblz4 dynamic library requires the dynamic library to expose static-only symbols (experimental API) Example for #888 | ||||
* | Seperating fuzz data producer api impl and header, using data producer on ↵ | bimbashrestha | 2019-08-16 | 1 | -1/+1 |
| | | | | the easy fuzzers | ||||
* | [fuzz] Add LZ4 frame fuzzers | Nick Terrell | 2019-07-19 | 1 | -3/+7 |
| | | | | | | * Round trip fuzzer * Compress fuzzer * Decompress fuzzer | ||||
* | [fuzz] Add HC fuzzers for round trip, compress, and streaming | Nick Terrell | 2019-07-18 | 1 | -1/+3 |
| | |||||
* | [fuzzer] Update scripts for new fuzzers | Nick Terrell | 2019-07-18 | 1 | -0/+8 |
| | |||||
* | [ossfuzz] Improve the fuzzers | Nick Terrell | 2019-07-15 | 1 | -0/+1 |
| | | | | | | | | | | | * Run more decompression variants * Round trip the compression fuzzer and do partial decompression as well * Add a compression fuzzer that compresses into a smaller output buffer and test the destSize variant These fuzzers caught 2 bugs that were fixed in the previous commit. * Input buffer over-read in partial decompress * Partial decompress fails if output size is 0 | ||||
* | Remove unnecessary call to Makefile.inc | Max Dymond | 2019-06-30 | 1 | -2/+0 |
| | |||||
* | More markups for style changes | Max Dymond | 2019-06-28 | 1 | -7/+7 |
| | |||||
* | Move to using C rather than C++ for compilation | Max Dymond | 2019-06-28 | 1 | -3/+9 |
| | |||||
* | Write a simple decompress target as well | Max Dymond | 2019-06-28 | 1 | -3/+4 |
| | |||||
* | Code review markups: | Max Dymond | 2019-06-28 | 1 | -6/+6 |
| | | | | | | - Correct use of CPPFLAGS - Detect allocation failure - Add a CHECK macro for failure | ||||
* | Add a fuzzing target that compiles in the oss-fuzz environment | Max Dymond | 2019-06-28 | 1 | -0/+54 |