Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 1 | -2/+2 |
* | 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 | 1 | -5/+3 |
* | Addressing naming nits and moving size modification up in all fuzzers | Bimba Shrestha | 2019-09-13 | 1 | -7/+8 |
* | Seperating the seed generation and use | Bimba Shrestha | 2019-09-13 | 1 | -2/+4 |
* | Making fuzzers use dataProducer api instead of random seed for decisions | Bimba Shrestha | 2019-08-30 | 1 | -3/+8 |
* | Adding comments, fixing nit, and hiding the struct in data producer api | bimbashrestha | 2019-08-17 | 1 | -2/+0 |
* | Seperating fuzz data producer api impl and header, using data producer on the... | bimbashrestha | 2019-08-16 | 1 | -0/+2 |
* | [fuzz] Add LZ4 frame fuzzers | Nick Terrell | 2019-07-19 | 1 | -0/+42 |