curl/tests/fuzz
Frederik B b9ead67e12 fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00
..
CMakeLists.txt fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00
Makefile.am fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00
Makefile.inc fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00
README fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00
curl_fuzzer.c fuzz: bring oss-fuzz initial code converted to C89 2017-06-15 22:11:30 +02:00

README

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.