fuzz: revert setup function (#3189)

This can't be used in its current form; revert the entire PR.

Revert "fuzzing: allow setup function to be called (#3175)"

This reverts commit 62451fd3eb.
This commit is contained in:
Miek Gieben
2019-08-25 19:01:35 +00:00
committed by GitHub
parent 793bd32499
commit e08d3335b0
7 changed files with 6 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ func Fuzz(data []byte) int {
zone, _ := Parse(strings.NewReader(fuzzMiekNL), name, "stdin", 0)
f := File{Next: test.ErrorHandler(), Zones: Zones{Z: map[string]*Zone{name: zone}, Names: []string{name}}}
return fuzz.Do(f, nil, data)
return fuzz.Do(f, data)
}
const fuzzMiekNL = `