Files
This branch is 126 commits behind benhoyt/goawk:master.
fuzz
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
To run the fuzzer, first: $ go get github.com/dvyukov/go-fuzz Then build the fuzzer zip file: $ go-fuzz-build github.com/benhoyt/goawk/fuzz/interp And finally run the fuzzer (with 6 parallel processes in this example): $ go-fuzz -bin=fuzz-fuzz.zip -workdir=fuzz/interp/workdir -procs=6