We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7318f + 03a650f commit 7d13dfeCopy full SHA for 7d13dfe
test/fuzz/yaml/yaml.go
@@ -81,10 +81,10 @@ func FuzzSigYaml(b []byte) int {
81
return out
82
}
83
84
-// FuzzTime is a fuzz target for strict-unmarshaling Time defined in
+// FuzzTimeStrict is a fuzz target for strict-unmarshaling Time defined in
85
// "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
86
// unmarshaled result can be marshaled back to the input.
87
-func FuzzTime(b []byte) int {
+func FuzzTimeStrict(b []byte) int {
88
var timeHolder struct {
89
T metav1.Time `json:"t"`
90
0 commit comments