]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: remove duplicate read from testdata
authorKatie Hockman <katie@golang.org>
Wed, 17 Feb 2021 19:56:47 +0000 (14:56 -0500)
committerKatie Hockman <katie@golang.org>
Thu, 18 Feb 2021 20:18:03 +0000 (20:18 +0000)
commit1c162b41c5a6233d20cf714cb46764c14c61db03
treecc9352f61862ad1c01392c021a67581a2fecf6af
parent9cbf92c52bd7da4fb80c86dc0f17f00ca76fd038
[dev.fuzz] internal/fuzz: remove duplicate read from testdata

We already read the seed corpus from testdata for the
fuzz target, and pass that corpus to the coordinator.
The coordinator doesn't need to read from testdata
again.

Change-Id: Ia7822e3e02b35d56f6918c7082a7b19901b36644
Reviewed-on: https://go-review.googlesource.com/c/go/+/293189
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/internal/fuzz/fuzz.go