Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | bimbashrestha | 2019-08-16 | 9 | -42/+78 |
| | | | | the easy fuzzers | ||||
* | 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 |
| | | | | | | | | | | | | | | Summary: Consuming bytes from the end of data instead of from the front to prevent "all-in-one" decisions. Test Plan: Reviewers: Subscribers: Tasks: Tags: | ||||
* | [fuzz] Add LZ4 frame fuzzers | Nick Terrell | 2019-07-19 | 6 | -3/+219 |
| | | | | | | * Round trip fuzzer * Compress fuzzer * Decompress fuzzer | ||||
* | [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 |
| | | | | | | | | | | | * 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 | 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 |
| | | | | | | - 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 | 6 | -0/+203 |