-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
AnalysisIssues related to static analysis (vet, x/tools/go/analysis)Issues related to static analysis (vet, x/tools/go/analysis)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ProposalProposal-AcceptedfuzzIssues related to native fuzzing supportIssues related to native fuzzing support
Milestone
Description
There are several things that vet can do to support native fuzzing. This issue tracks all of the potential checks that could be added.
Vet should fail if...
- the inputs to any
f.Addcall don't match the ones inf.Fuzz - there is any code after
f.Fuzz - the
f.Fuzzfunction is missing a*testing.Tas its first parameter - there is any call to a
*testing.Fmethod from within thef.Fuzzfunction
amnonbc
Metadata
Metadata
Assignees
Labels
AnalysisIssues related to static analysis (vet, x/tools/go/analysis)Issues related to static analysis (vet, x/tools/go/analysis)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ProposalProposal-AcceptedfuzzIssues related to native fuzzing supportIssues related to native fuzzing support
Type
Projects
Status
Accepted
Status
No status