jonathanmetzman

Results 243 issues of jonathanmetzman

There is some setup that is needed that cannot be done by the container.

A few changes were made to the images over the past couple weeks. Some of these must have removed implicit support for i386. It's unclear how the oss-fuzz runner image...

Reverting failed first-time builds is a frequent sheriff duty. I think we could avoid it if ClusterFuzz only created jobs for projects that have at least one build. CI has...

minor enhancement
stale
backlog

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

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

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

bug

Batch has been slowed down by using the docker API instead of script API. The docker API does a runtime install to help with auth within docker. This takes a...