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
I'm trying to use fuzz to test the target program. My go version is go1.18.4 darwin/amd64.
When I use fuzz to test, I find the fuzz will stop when meet a bug, I don't want it to stop when it find bugs, but to continue to run.
Is there any good way to help me solve this problem? Thank you very much.
The text was updated successfully, but these errors were encountered:
I'm trying to use fuzz to test the target program. My go version is go1.18.4 darwin/amd64.
When I use fuzz to test, I find the fuzz will stop when meet a bug, I don't want it to stop when it find bugs, but to continue to run.
Is there any good way to help me solve this problem? Thank you very much.
The text was updated successfully, but these errors were encountered: