mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 20:47:36 +03:00
[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpus
Fixes golang/go#46219 Change-Id: I7b32707d490c046d15324a3d297ec8d9f45b6e36 Reviewed-on: https://go-review.googlesource.com/c/go/+/350269 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Julie Qiu <julie@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
This commit is contained in:
parent
c0f0399cc1
commit
3fa1386145
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ func newCoordinator(opts CoordinateFuzzingOpts) (*coordinator, error) {
|
|||
}
|
||||
|
||||
if len(c.corpus.entries) == 0 {
|
||||
fmt.Fprintf(c.opts.Log, "warning: starting with empty corpus\n")
|
||||
var vals []interface{}
|
||||
for _, t := range opts.Types {
|
||||
vals = append(vals, zeroValue(t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue