Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retreiving 32 bits from the end for fuzzer | Bimba Shrestha | 2019-09-14 | 1 | -3/+4 |
| | |||||
* | Addressing naming nits and moving size modification up in all fuzzers | Bimba Shrestha | 2019-09-13 | 1 | -6/+5 |
| | |||||
* | Seperating the seed generation and use | Bimba Shrestha | 2019-09-13 | 1 | -2/+3 |
| | |||||
* | Adding comments, fixing nit, and hiding the struct in data producer api | bimbashrestha | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | Seperating fuzz data producer api impl and header, using data producer on ↵ | bimbashrestha | 2019-08-16 | 1 | -2/+8 |
| | | | | the easy fuzzers | ||||
* | [ossfuzz] Improve the fuzzers | Nick Terrell | 2019-07-15 | 1 | -13/+39 |
| | | | | | | | | | | | * 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 | ||||
* | More markups for style changes | Max Dymond | 2019-06-28 | 1 | -10/+9 |
| | |||||
* | Move to using C rather than C++ for compilation | Max Dymond | 2019-06-28 | 1 | -0/+26 |