]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: worker exiting 0 should not be a crasher
authorJay Conrod <jayconrod@google.com>
Tue, 9 Feb 2021 15:23:40 +0000 (10:23 -0500)
committerJay Conrod <jayconrod@google.com>
Wed, 10 Feb 2021 18:20:47 +0000 (18:20 +0000)
commit9b967d12a9f1a13c79104b834a17c4356585cc7a
tree14f04702fd38b71574f3c53f5c84dacee7185fb5
parent6f401df36680526d7e6eabb70ce8c4dd986273ef
[dev.fuzz] internal/fuzz: worker exiting 0 should not be a crasher

If a worker process exits with status 0, treat it as a communication
error. Previously, we treated this as a crasher, but it seems more
likely to be caused by a bug in the fuzz function rather than a bug in
the code being tested.

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