go-fuzz icon indicating copy to clipboard operation
go-fuzz copied to clipboard

Randomized testing for Go

Results 61 go-fuzz issues
Sort by recently updated
recently updated
newest added

While fuzzing something, I got this crash: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x10210d414] goroutine 1 [running]: go-fuzz-dep.serialize({0x0, 0x0},...

go 1.18 version why this version i build gofuzz corups is not increase ah I don not know where wrong D:\code\gofuzz\src\mail> go-fuzz 2022/06/07 20:21:17 workers: 8, corpus: 1 (3s ago),...

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

I propose that we add a paragraph to the top of the readme declaring go-fuzz unmaintained, and then Archive the repo on GitHub. cc @dvyukov @thepudds @mvdan

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

Hey, We have had an internship project in Trail of Bits to improve go-fuzz recently which was done by @vfsrfs. We are aware of the ongoing official work on native...

During Go 1.17 development, fd inheritance on Windows was changed in: [CL 288297](https://golang.org/cl/288297) - "syscall: restrict inherited handles on Windows" As a result, running go-fuzz with Go 1.17 on at...

I'm trying to install de but get an error: ```bash # go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build # github.com/dvyukov/go-fuzz/go-fuzz /root/go/pkg/mod/github.com/dvyukov/[email protected]/go-fuzz/compare_amd64.s:4:10: fatal error: textflag.h: No such file or directory 4 | #include...

go version 1.13 -1.16 ``` workdir: /var/folders/72/byjy11cs0dj_z3rjtxnj_nn00000gn/T/go-fuzz-build784243105 failed to execute go build: exit status 1 WORK=/var/folders/72/byjy11cs0dj_z3rjtxnj_nn00000gn/T/go-build257732241 png.go:4: cannot find package "go-fuzz-dep" in any of: /Users/work/sdk/go1.13/src/go-fuzz-dep (from $GOROOT) /var/folders/72/byjy11cs0dj_z3rjtxnj_nn00000gn/T/go-fuzz-build784243105/gopath/src/go-fuzz-dep (from $GOPATH)...

go-fuzz has reasonable support for targeting modules (#274), but is not itself a module. Currently, the easiest way to build go-fuzz locally with a recent Go toolchain might be to...