提交 ffc8cab3 编写于 作者: M Morten Siebuhr

Updates fuzzers to discard less interesting data

上级 981b6360
......@@ -53,7 +53,7 @@ func FuzzParseMetric(in []byte) int {
return fuzzInteresting
}
return fuzzDiscard
return fuzzMeh
}
// Fuzz the metric selector parser.
......@@ -63,7 +63,7 @@ func FuzzParseMetricSelector(in []byte) int {
return fuzzInteresting
}
return fuzzDiscard
return fuzzMeh
}
// Fuzz the expression parser.
......@@ -73,7 +73,7 @@ func FuzzParseExpr(in []byte) int {
return fuzzInteresting
}
return fuzzDiscard
return fuzzMeh
}
// Fuzz the parser.
......@@ -83,5 +83,5 @@ func FuzzParseStmts(in []byte) int {
return fuzzInteresting
}
return fuzzDiscard
return fuzzMeh
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册