From ec312409d3a84a913fc1e156f98ccfcd14229c00 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 18 Sep 2019 09:04:23 -0700 Subject: [PATCH] Update fuzzit.dev script to latest (#301) Fixes #299 --- fuzzit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzit.sh b/fuzzit.sh index 05d141e..b575a60 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -19,7 +19,7 @@ clang -fsanitize=fuzzer ${TARGET}.a -o ${TARGET} # install fuzzit for talking to fuzzit.dev service # or latest version: # 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.23/fuzzit_Linux_x86_64 +wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.52/fuzzit_Linux_x86_64 chmod a+x fuzzit # TODO: change kkowalczyk to go-toml and create toml-fuzzer target there