jonathanmetzman

Results 935 comments of jonathanmetzman

> Do you prefer for me to remake this as a PR on a non-fork? Could you clarify this, not sure what it means?

> > Could you clarify this, not sure what it means? > > Ref: [#7351 (comment)](https://github.com/google/oss-fuzz/pull/7351#issuecomment-1241314536) > > If I should make this as a branch on github.com/google/oss-fuzz instead of...

Do we still want to land this?

> > Do we still want to land this? > > I don't remember why we give up on merging this exactly, but I suppose it can be a good...

There was an issue with reporting timeouts that has been fixed. In fact timeouts won't even be reported by default anymore. See: https://github.com/google/oss-fuzz/issues/6703

I worked around this by setting FORCE_LOCAL=True in the environment when calling the script so that logs are sent to stderr instead of google cloud

Maybe we can wait for https://github.com/google/fuzzbench/pull/1062 to land so we can include it in the experiment?

I ran the three examples you mention on my local machine. Here is curl: ![diverge](https://user-images.githubusercontent.com/31354670/90046800-ca3d5680-dc85-11ea-9d0b-485e8d5d3bc0.png) On the left we have re2 and on the right we have sqlite ![Screenshot from...

> Can you explain how the "random seed" is causing variance and how this is a problem? Does it cause variance in the inputs to be fuzzed? I don't think...