Skip to content

Commit

Permalink
Disable go modules for fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
vanackere committed Jan 24, 2019
1 parent 6f62dc8 commit 4542ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ done

echo "Initial workdir/corpus added"
echo "Generating go-fuzz-build: (go-fuzz-build github.com/trustelem/zxcvbn/fuzz)"
export GO111MODULE=off
go-fuzz-build github.com/trustelem/zxcvbn/fuzz
echo "Start fuzzing with:"
echo "go-fuzz -bin fuzz-fuzz.zip -workdir workdir"
Expand Down

0 comments on commit 4542ae5

Please sign in to comment.