]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: implement basic mutator and use in worker
authorKatie Hockman <katie@golang.org>
Mon, 19 Oct 2020 17:48:28 +0000 (13:48 -0400)
committerFilippo Valsorda <filippo@golang.org>
Fri, 4 Dec 2020 18:17:29 +0000 (19:17 +0100)
commitc3a4e8dd8224d6ac46513fe4a7c909908a22395b
treebaaaf137176fc35182a0238afc077887c28c100a
parentf5d0fa82af1dbb752bb256f0761ec3f50f58db8f
[dev.fuzz] internal/fuzz: implement basic mutator and use in worker

Note that this is an extremely basic mutator, and only
meant to act as a placeholder for future development.

Change-Id: I650691db44f30953345702aac93cbd1cadc21427
Reviewed-on: https://go-review.googlesource.com/c/go/+/263657
Trust: Katie Hockman <katie@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/go/build/deps_test.go
src/internal/fuzz/mutator.go [new file with mode: 0644]
src/internal/fuzz/worker.go