clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Scalable fuzzing infrastructure.

Results 425 clusterfuzz issues
Sort by recently updated
recently updated
newest added

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

bug
minor enhancement

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...

documentation

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...

enhancement

These do not appear to be genuine and it looks like there is some kind of bug here.

bug

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...

core feature

This is pretty wasteful and should be avoided. CC @inferno-chromium

bug

This should definitely be done sometime, given the really bad regression - https://github.com/google/clusterfuzz/commit/60ad47cd979d9316f91e6f1a8b266dca21b07e60

testonly