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

There is a 100k unacked message backlog. Interestingly, many of these tasks appear taken but not finished.

It can cause serious issues when tasks break machines. Example: https://github.com/google/clusterfuzz/issues/3978

This modifies how the target URL for proxying auth requests is instantiated, instead of using auth.auth_domain, it uses request.host which achieves the same behavior, but is more robust in the...

The jobs on a host is selected using the HOST_JOB_SELECTION environment variable

Addresses [#12124](https://github.com/google/oss-fuzz/issues/12124). Unlikely local test runs, cloud VM cannot find `llvm-symbolizer`; this PR adds it to `/bin` to ensure `Centipede` can use it.

The original check works for the quick upload form because it passes the platform param. The full upload form only passes an optional platform param for Android so we shouldn't...

Maintain separate 'gauge_series' for gauge metrics. Combined gauge series with the main 'time_series' list only before the flush operation ensuring that all metric are in order based on corresponding 'start_time'...

They look like they are from the python upgrade: ``` src/local/butler/scripts/setup.py:372:17: E1101: Instance of 'MetricServiceClient' has no 'project_path' member (no-member) src/local/butler/scripts/setup.py:385:8: E1121: Too many positional arguments for method call (too-many-function-args)...