-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Remove fuzz.go #1445
Comments
dolmen
added a commit
to dolmen/mysql
that referenced
this issue
Oct 17, 2023
fuzz.go (added in go-sql-driver#1097) uses gofuzz. But in go-sql-driver#1444 I've added a better fuzzer that uses Go builtin fuzzing. Closes go-sql-driver#1445.
dolmen
added a commit
to dolmen/mysql
that referenced
this issue
Oct 17, 2023
fuzz.go (added in go-sql-driver#1097) uses gofuzz. But in go-sql-driver#1444 I've added a better fuzzer that uses Go builtin fuzzing. Closes go-sql-driver#1445.
methane
pushed a commit
that referenced
this issue
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fuzz.go added in #1097 is now obsolete:
So if we want to participate to oss-fuzz a different fuzzer should be implemented (#1444 is a good start) and the project must be registered.
As is
fuzz.go
is just useless and can be deleted.The text was updated successfully, but these errors were encountered: