index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
fuzz
Age
Commit message (
Expand
)
Author
2021-12-20
all: fix spelling errors found by misspell
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-07
internal/fuzz: handle unrecoverable errors during minimization
Katie Hockman
2021-11-19
internal/fuzz: fix chunk swap mutator
Roland Shoemaker
2021-11-19
internal/fuzz: compute correct number of mutations
Roland Shoemaker
2021-11-17
internal/fuzz: limit number of consecutive mutations
Roland Shoemaker
2021-11-12
internal/fuzz: set timeout for each exec of fuzz target
Katie Hockman
2021-11-11
all: update terminology for fuzzing
Katie Hockman
2021-11-04
internal/fuzz: fix internal error handling
Katie Hockman
2021-11-04
internal/fuzz: improve minimizing message
Katie Hockman
2021-11-03
internal/fuzz: improve error for mismatched types
Katie Hockman
2021-11-02
internal/fuzz: minimize bytes to be human readable
Amelia Downs
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-11-01
internal/fuzz: don't add duplicate corpus entries
Roland Shoemaker
2021-10-28
cmd/go: consolidate fuzz-support checks
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-27
internal/fuzz: don't deflake coverage found while fuzzing
Katie Hockman
2021-10-26
internal/fuzz: tiny refactor+fix
Katie Hockman
2021-10-15
internal/fuzz: fix bugs with minimization
Katie Hockman
2021-10-13
all: fix spelling mistakes
nicksherron
2021-10-12
internal/fuzz: fix -fuzzminimizetime with 'x' bug
Katie Hockman
2021-10-12
testing: fix -run behavior with fuzz tests
Katie Hockman
2021-10-07
internal/fuzz: log that minimization is occurring
Katie Hockman
2021-10-06
internal/fuzz: log average execs/sec since last log
Katie Hockman
2021-10-04
internal/fuzz: print size of interesting cache
Amelia Downs
2021-09-29
internal/fuzz: disconnect stdout and stderr from the worker
Katie Hockman
2021-09-24
cmd/go: adjust comments on why fuzzing instrumentation is disabled
Jay Conrod
2021-09-22
internal/fuzz,cmd/compile: don't add race instrumentation to counters
Roland Shoemaker
2021-09-22
internal/fuzz: allocate memory for mutated strings
Roland Shoemaker
2021-09-22
[dev.fuzz] internal/fuzz: more fuzzing output adjustments
Katie Hockman
2021-09-21
internal/fuzz: temporarily work around test failures after dev.fuzz merge
Jay Conrod
2021-09-20
[dev.fuzz] Merge remote-tracking branch 'origin/dev.fuzz' into merge-fuzz
Jay Conrod
2021-09-20
[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...
Katie Hockman
2021-09-20
[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpus
Katie Hockman
2021-09-16
[dev.fuzz] internal/fuzz: rework default test behavior before fuzzing
Katie Hockman
2021-09-15
[dev.fuzz] internal: fuzzing output adjustments
Katie Hockman
2021-09-10
[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zero
Katie Hockman
2021-09-10
[dev.fuzz] internal/fuzz: write a newline to the end of a corpus file
Katie Hockman
2021-09-10
[dev.fuzz] internal/fuzz: improve warning message when not instrumented
Katie Hockman
2021-09-09
[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimization
Katie Hockman
2021-09-08
[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC return
Jay Conrod
2021-09-08
[dev.fuzz] internal/fuzz: fix panic when marshaling data
Katie Hockman
2021-09-03
[dev.fuzz] internal/fuzz: maintain debug info during minimization
Roland Shoemaker
2021-09-02
[dev.fuzz] internal/fuzz: don't store corpus in memory
Roland Shoemaker
2021-09-02
[dev.fuzz] internal/fuzz: minimize inputs that expand coverage
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: fail minimization on non-reproducible crash
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: ensure crash is written if minimization interrupted
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztime
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztime
Jay Conrod
2021-08-23
[dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshot
Jay Conrod
[prev]
[next]