clusterfuzz
clusterfuzz copied to clipboard
Scalable fuzzing infrastructure.
Some potential users (@asudhak and @acatinahat) have said using libFuzzer will be too difficult to use for them because they depend on `gcc`. I see two ways to support `gcc`...
@jonathanmetzman pointed this out. stack_symbolizer does not understand the NEW_FUNC format Probably this regex just needs an update (with some test) - https://github.com/google/clusterfuzz/blob/master/src/python/crash_analysis/stack_parsing/stack_symbolizer.py#L488
Just a random thought, feel free to close. We have some logic in `update_fuzz_blocker_label` that would add a `Fuzz-Blocker` label to crashes that happen way too often and block the...
It's too early at this stage, but once we find it useful and finalize the implementation, we must document the details (e.g. how to set up a job, how to...
Having linting as a git hook before pushing will prevent submission of broken PRs for review. The downside is it will slow down pushing in the common case (user has...
These do not appear to be genuine and it looks like there is some kind of bug here.
I've seen that the project uses separate minimizers for different input formats (like JS and HTML) and also supports a syntax-unaware reduction approach, too. My question is whether the community...
This is pretty wasteful and should be avoided. CC @inferno-chromium
This should definitely be done sometime, given the really bad regression - https://github.com/google/clusterfuzz/commit/60ad47cd979d9316f91e6f1a8b266dca21b07e60