Skip to content

Commit

Permalink
Use latest fuzzit
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Nov 11, 2019
1 parent 754afe9 commit c0145a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzit.sh
Expand Up @@ -11,7 +11,7 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-

## Install fuzzit specific version for production or latest version for development :
# https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.46/fuzzit_Linux_x86_64
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
chmod a+x fuzzit

go-fuzz-build -libfuzzer -o flate.a github.com/klauspost/compress-fuzz/flate
Expand Down

0 comments on commit c0145a2

Please sign in to comment.