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
it was written for go-fuzz but should be at least ported to the Go 1.18 fuzzing framework
error handling/reporting is almost inexistant
running the fuzzer is dangerous as it might connect to random machines on the Internet because the fuzzing process might generate those IP/port (so just porting would be a bad idea)
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: