jonathanmetzman

Results 935 comments of jonathanmetzman

I think we can accomplish what you are asking for by allowing you to set FILESTORE=no_filestore (should be an easy fix) and by using https://github.com/google/clusterfuzzlite/pull/93

build_image cannot use any volumes because it involves building docker images which are meant to be hermetic. The build has no access to any volumes. build_fuzzers may be another story....

Now that I think of it, I think you can mount a local repo: https://google.github.io/oss-fuzz/advanced-topics/reproducing/#reproduce-using-local-source-checkout

There's another issue here, python code will frequently try to execute nonexistent binaries - this is how Popen works, it tries to execute the binary at each location in the...

Has upstream agreed to this?

> > Has upstream agreed to this? > > @jonathanmetzman There's no response yet. We don't accept projects unless upstream agrees

> > > > Has upstream agreed to this? > > > > > > > > > @jonathanmetzman There's no response yet. > > > > > > We...

I probably shouldn't have merged it because there's no one upstream to accept bug reports, but there's a linked issue where upstream agreed to the integration. Here there is nothing