mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
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:
@@ -9,5 +9,5 @@ import (
|
||||
// Fuzz fuzzes cache.
|
||||
func Fuzz(data []byte) int {
|
||||
w := Whoami{}
|
||||
return fuzz.Do(w, nil, data)
|
||||
return fuzz.Do(w, data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user