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-02-10
[dev.fuzz] testing: make F.Fuzz more similar to T.Run
Jay Conrod
2021-02-10
[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntry
Jay Conrod
2021-02-10
[dev.fuzz] internal/fuzz: worker exiting 0 should not be a crasher
Jay Conrod
2021-02-03
[dev.fuzz] internal/fuzz: refactor CorpusEntry type
Jay Conrod
2021-01-21
[dev.fuzz] internal/fuzz: guard concurrent access to shared memory
Jay Conrod
2021-01-15
[dev.fuzz] internal/fuzz: handle SIGINT races gracefully
Jay Conrod
2021-01-15
[dev.fuzz] internal/fuzz: add sharedMem.setValueLen
Jay Conrod
2021-01-14
[dev.fuzz] internal/fuzz: fix context cancellation for coordinator
Katie Hockman
2021-01-12
[dev.fuzz] internal/fuzz: implement a more robust mutator
Katie Hockman
2020-12-23
[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellation
Jay Conrod
2020-12-21
[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cache
Jay Conrod
2020-12-15
[dev.fuzz] internal/fuzz: refactor in preparation for GOFUZZCACHE
Jay Conrod
2020-12-04
[dev.fuzz] internal/fuzzing: handle and report crashers
Katie Hockman
2020-12-04
[dev.fuzz] internal/fuzz: add mutex to workerClient
Jay Conrod
2020-12-04
[dev.fuzz] internal/fuzz: send inputs to workers with shared memory
Jay Conrod
2020-12-04
[dev.fuzz] internal/fuzz: implement basic mutator and use in worker
Katie Hockman
2020-12-04
[dev.fuzz] testing: read corpus from testdata/corpus for each target
Katie Hockman
2020-12-04
[dev.fuzz] internal/fuzz: coordinate fuzzing across workers
Jay Conrod
[prev]