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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Auto generate fuzzers from normal non-fuzz functions via genfuzzfuncs, an optional experimental utility not part of #19109 proposal. (This has been available for a while, but this is the first tagged release with this).
For rich signatures, a new string encoding to work better with sonar.
Allow multiple package arguments on the fzgo command line to allow fuzzing more than one package at a time.
To ease experimentation, FZGOFLAGSBUILD and FZGOFLAGSFUZZ environmental variables can optionally contain a space-separated list of arguments to pass to go-fuzz-build and go-fuzz, respectively.