Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Katie Hockman dbca77fab6 internal/fuzz: improve minimizing message
In order to know the actual number of bytes
of the entire corpus entry, the coordinator
would likely need to unmarshal the bytes and
tally up the length. That's more work than it
is worth, so this change just clarifies that
the printed # of bytes is the length of the
entire file, not just the entry itself.

Fixes #48989

Change-Id: I6fa0c0206a249cefdf6335040c560ec0c5a55b4a
Reviewed-on: https://go-review.googlesource.com/c/go/+/361414
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2021-11-04 19:34:33 +00:00
abi all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
buildcfg internal/buildcfg: enable register ABI for PPC64 2021-10-05 19:15:03 +00:00
bytealg all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cfg cmd/go: add GOAMD64 environment variable 2021-09-16 17:44:44 +00:00
cpu cmd/go, internal/cpu: use internal/godebug in tests 2021-11-02 06:19:33 +00:00
execabs internal/execabs: replace ioutil.WriteFile with os.WriteFile 2021-04-12 21:57:23 +00:00
fmtsort all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
fuzz internal/fuzz: improve minimizing message 2021-11-04 19:34:33 +00:00
goarch all: manual fixups for //go:build vs // +build 2021-10-28 22:38:00 +00:00
godebug net/netip: add new IP address package 2021-11-02 01:28:01 +00:00
goexperiment [dev.typeparams] internal/goexperiment: update comment for RegabiArgs requirements 2021-08-10 16:07:59 +00:00
goos all: manual fixups for //go:build vs // +build 2021-10-28 22:38:00 +00:00
goroot all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
goversion [dev.typeparams] all: merge master (fdab5be) into dev.typeparams 2021-06-14 13:24:47 -07:00
intern net/netip: add new IP address package 2021-11-02 01:28:01 +00:00
itoa all: add internal/itoa package 2021-03-14 17:56:50 +00:00
lazyregexp internal/lazytemplate: add a lazy template wrapper 2019-02-27 23:49:01 +00:00
lazytemplate internal/lazytemplate: add a lazy template wrapper 2019-02-27 23:49:01 +00:00
nettrace net, net/http: don't trace DNS dials 2016-05-14 00:14:25 +00:00
obscuretestdata all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
oserror all: remove os.ErrTimeout 2019-08-02 17:57:18 +00:00
poll internal/poll: remove alloc sending IPv6 UDP on Windows 2021-11-04 00:15:11 +00:00
profile all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
race all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
reflectlite all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
singleflight internal/singleflight: format someErr 2019-10-25 16:31:41 +00:00
syscall syscall: fix and document uses of RegEnumKeyEx 2021-11-04 01:44:54 +00:00
sysinfo testing: print cpu type as label for benchmarks 2020-10-20 21:30:18 +00:00
testenv all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
testlog cmd/go, testing, os: fail test that calls os.Exit(0) 2020-08-27 23:19:15 +00:00
trace runtime: move next_gc and last_next_gc into gcControllerState 2021-04-14 14:03:30 +00:00
unsafeheader internal/unsafeheader: fix reference in godoc comment for type String 2020-05-01 16:14:17 +00:00
xcoff internal/xcoff: fix wrong bit masking comparisons 2020-03-09 18:07:53 +00:00