diff options
author | Frederik B <freddy@flashpad> | 2017-05-09 20:07:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-15 22:11:30 +0200 |
commit | b9ead67e12b4d920ab958bfa8597e10d6fe3dd36 (patch) | |
tree | b1bf8c2df95d9c6a4d9d635f3843158b282eeabc /tests/fuzz/README | |
parent | efc83d6d541ab62c7beb1ddca09f6c1986fbeac7 (diff) |
fuzz: bring oss-fuzz initial code converted to C89
Diffstat (limited to 'tests/fuzz/README')
-rw-r--r-- | tests/fuzz/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fuzz/README b/tests/fuzz/README new file mode 100644 index 000000000..106d1098a --- /dev/null +++ b/tests/fuzz/README @@ -0,0 +1,10 @@ +Fuzz tests +========== + +The goal is to add tests for *ALL* protocols supported in libcurl. +We will need some additional patches in the future, to increase coverage. + +Building the fuzz target +======================== + +FIXME fill out once the makefiles are in order.
\ No newline at end of file |