From c0145a242574994dc4fe7e5666b043c6d293ba27 Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Mon, 11 Nov 2019 22:33:43 +0100 Subject: [PATCH] Use latest fuzzit --- fuzzit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzit.sh b/fuzzit.sh index fae9394df8..5b7dc0bdf4 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -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