Skip to content

Auto generate fuzzers from normal non-fuzz functions

Latest
Compare
Choose a tag to compare
@thepudds thepudds released this 17 Feb 22:32
· 4 commits to master since this release
df8cd25
  • 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.