diff options
author | Max Dymond <cmeister2@gmail.com> | 2017-08-27 15:57:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-01 11:22:51 +0200 |
commit | efeb4a317616b0437a26277945bd300eaffe96d7 (patch) | |
tree | 86f46482f6f9a4eb98fcad25eeb06ea0027b01dc /tests/fuzz/curl_fuzz_data | |
parent | 222e65fd783bec974b99345e0d618d4e627304de (diff) |
ossfuzz: moving towards the ideal integration
- Start with the basic code from the ossfuzz project.
- Rewrite fuzz corpora to be binary files full of Type-Length-Value
data, and write a glue layer in the fuzzing function to convert
corpora into CURL options.
- Have supporting functions to generate corpora from existing tests
- Integrate with Makefile.am
Diffstat (limited to 'tests/fuzz/curl_fuzz_data')
-rw-r--r-- | tests/fuzz/curl_fuzz_data/test1 | bin | 0 -> 289 bytes |
-rw-r--r-- | tests/fuzz/curl_fuzz_data/test2 | bin | 0 -> 182 bytes |
-rw-r--r-- | tests/fuzz/curl_fuzz_data/test3 | bin | 0 -> 242 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/fuzz/curl_fuzz_data/test1 b/tests/fuzz/curl_fuzz_data/test1 Binary files differnew file mode 100644 index 000000000..f7b734a9c --- /dev/null +++ b/tests/fuzz/curl_fuzz_data/test1 diff --git a/tests/fuzz/curl_fuzz_data/test2 b/tests/fuzz/curl_fuzz_data/test2 Binary files differnew file mode 100644 index 000000000..8b44d6719 --- /dev/null +++ b/tests/fuzz/curl_fuzz_data/test2 diff --git a/tests/fuzz/curl_fuzz_data/test3 b/tests/fuzz/curl_fuzz_data/test3 Binary files differnew file mode 100644 index 000000000..81c6670aa --- /dev/null +++ b/tests/fuzz/curl_fuzz_data/test3 |