We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this counts as a bug (I am torturing fzgen in ways you might not have imagined -- I automated it against the benchmarks in the "bent" collection), but if a type has a Less(i,j int) bool method (for sorting, e.g.) it's pretty easy for random values of i and j to trigger a range panic. For example: https://github.com/Masterminds/semver/blob/master/collection.go#L16.
Less(i,j int) bool
The bent-fuzz experiment is also a work-in-process; in particular, it lacks documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if this counts as a bug (I am torturing fzgen in ways you might not have imagined -- I automated it against the benchmarks in the "bent" collection), but if a type has a
Less(i,j int) bool
method (for sorting, e.g.) it's pretty easy for random values of i and j to trigger a range panic. For example: https://github.com/Masterminds/semver/blob/master/collection.go#L16.The bent-fuzz experiment is also a work-in-process; in particular, it lacks documentation.
The text was updated successfully, but these errors were encountered: