From 4f38db1d28a971f938400f558e968fdffb9233a0 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Mon, 25 Sep 2017 10:59:18 +0100 Subject: fuzzer: move to using external curl-fuzzer Use the external curl-fuzzer repository for fuzzing. Closes #1923 --- tests/fuzz/download_fuzzer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tests/fuzz/download_fuzzer.sh (limited to 'tests/fuzz/download_fuzzer.sh') diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh new file mode 100755 index 000000000..28228e004 --- /dev/null +++ b/tests/fuzz/download_fuzzer.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# If any commands fail, fail the script immediately. +set -ex + +# Clone the curl-fuzzer repository to the specified directory. +git clone http://github.com/curl/curl-fuzzer $1 + -- cgit v1.2.3