You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3458 gave distribution 3 fuzzers used by oss-fuzz, but there is a hack to modify the source and export the fuzz functions before building. oss-fuzz now supports native Go fuzzers so this hack is no longer necessary.
It seems there are also a lot of fuzzers for distribution here that are hacked into our source a different way. I think these should live in this repo.
oss-fuzz do not yet support the native Go corpus format (waiting for google/oss-fuzz#7600), but all of the existing fuzzers both in this repo and in cncf-fuzzing are compatible with oss-fuzz corpus data.