summaryrefslogtreecommitdiff
path: root/tests/fuzz/testinput.h
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/testinput.h
parent120d963a64f121619d69d6590b2cba7783a7df2a (diff)
downloadcurl-4f38db1d28a971f938400f558e968fdffb9233a0.tar.gz
fuzzer: move to using external curl-fuzzer
Use the external curl-fuzzer repository for fuzzing. Closes #1923
Diffstat (limited to 'tests/fuzz/testinput.h')
-rw-r--r--tests/fuzz/testinput.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/fuzz/testinput.h b/tests/fuzz/testinput.h
deleted file mode 100644
index 0746cba73..000000000
--- a/tests/fuzz/testinput.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/***************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
- * \___|\___/|_| \_\_____|
- *
- * Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
- *
- * This software is licensed as described in the file COPYING, which
- * you should have received as part of this distribution. The terms
- * are also available at https://curl.haxx.se/docs/copyright.html.
- *
- * You may opt to use, copy, modify, merge, publish, distribute and/or sell
- * copies of the Software, and permit persons to whom the Software is
- * furnished to do so, under the terms of the COPYING file.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ***************************************************************************/
-
-extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); \ No newline at end of file