From b9ead67e12b4d920ab958bfa8597e10d6fe3dd36 Mon Sep 17 00:00:00 2001 From: Frederik B Date: Tue, 9 May 2017 20:07:28 +0200 Subject: fuzz: bring oss-fuzz initial code converted to C89 --- tests/fuzz/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/fuzz/README (limited to 'tests/fuzz/README') 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 -- cgit v1.2.3