aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/download_fuzzer.sh
diff options
context:
space:
mode:
authorMax Dymond <cmeister2@gmail.com>2017-09-25 10:59:18 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-10-04 15:33:36 +0200
commit4f38db1d28a971f938400f558e968fdffb9233a0 (patch)
treea2d59227a02d39d3b0ca9ee7832d8055d3f4a374 /tests/fuzz/download_fuzzer.sh
parent120d963a64f121619d69d6590b2cba7783a7df2a (diff)
fuzzer: move to using external curl-fuzzer
Use the external curl-fuzzer repository for fuzzing. Closes #1923
Diffstat (limited to 'tests/fuzz/download_fuzzer.sh')
-rwxr-xr-xtests/fuzz/download_fuzzer.sh8
1 files changed, 8 insertions, 0 deletions
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
+