index
:
Project-1CE/external_lz4
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ossfuzz
Age
Commit message (
Expand
)
Author
2020-11-05
[ossfuzz] Fix parallel builds
Nick Terrell
2020-09-29
fix minor static analyzer warnings
Yann Collet
2020-08-24
[CI][ossfuzz] Fix string equal
Nick Terrell
2020-08-19
[CI][Fuzz] Fix Travis-CI fuzzer tests
Nick Terrell
2020-08-11
added target lz4-wlib
Yann Collet
2019-09-23
Using size instead of LZ4_compressBound(size) <- causes heap overflow
Bimba Shrestha
2019-09-13
Retreiving 32 bits from the end for fuzzer
Bimba Shrestha
2019-09-13
Addressing naming nits and moving size modification up in all fuzzers
Bimba Shrestha
2019-09-13
Seperating the seed generation and use
Bimba Shrestha
2019-08-30
Making fuzzers use dataProducer api instead of random seed for decisions
Bimba Shrestha
2019-08-16
Adding comments, fixing nit, and hiding the struct in data producer api
bimbashrestha
2019-08-16
Seperating fuzz data producer api impl and header, using data producer on the...
bimbashrestha
2019-08-16
Created a data producer API and used in decompress_fuzzer
bimbashrestha
2019-08-16
Adding fuzz data producer for uint32 and using in decompress_fuzzer
bimbashrestha
2019-07-18
[fuzz] Add LZ4 frame fuzzers
Nick Terrell
2019-07-18
[fuzz] Add HC fuzzers for round trip, compress, and streaming
Nick Terrell
2019-07-18
[fuzzer] Update scripts for new fuzzers
Nick Terrell
2019-07-18
[fuzz] Add a streaming round trip fuzzer
Nick Terrell
2019-07-15
[ossfuzz] Improve the fuzzers
Nick Terrell
2019-06-30
Remove unnecessary call to Makefile.inc
Max Dymond
2019-06-29
More markups for style changes
Max Dymond
2019-06-28
Move to using C rather than C++ for compilation
Max Dymond
2019-06-28
Write a simple decompress target as well
Max Dymond
2019-06-28
Code review markups:
Max Dymond
2019-06-28
Add a fuzzing target that compiles in the oss-fuzz environment
Max Dymond