]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: add mutator for int types
authorKatie Hockman <katie@golang.org>
Wed, 7 Apr 2021 20:28:13 +0000 (16:28 -0400)
committerKatie Hockman <katie@golang.org>
Fri, 9 Apr 2021 16:22:38 +0000 (16:22 +0000)
commit2f3bc725fe80e1ba3ef726e412c212d533a43684
treeff1fc1fa76c1fd3eeb7211e4b8c89bb6a0b180f2
parent06a7c848d9e3c2804e6d84aeaf777e76df4e5bea
[dev.fuzz] internal/fuzz: add mutator for int types

Assuming this works, will follow up with another CL
that mutates other types.

Change-Id: Id61acaacd56ca41e3be52e400f8f768672313bbb
Reviewed-on: https://go-review.googlesource.com/c/go/+/308169
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/cmd/go/testdata/script/test_fuzz_mutate_crash.txt
src/internal/fuzz/mutator.go