Skip to content

Files

Latest commit

109e8a9 · Nov 14, 2018

History

History
This branch is 126 commits behind benhoyt/goawk:master.

fuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 14, 2018
Nov 14, 2018
Nov 14, 2018
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