Daniel Stenberg 7e8247c467 fuzz/README: document how to build il y a 7 ans
..
corpora fd3aa8da0a fuzz: corpora file structure, initial commit il y a 7 ans
CMakeLists.txt b9ead67e12 fuzz: bring oss-fuzz initial code converted to C89 il y a 7 ans
Makefile.am fd3aa8da0a fuzz: corpora file structure, initial commit il y a 7 ans
Makefile.inc fd3aa8da0a fuzz: corpora file structure, initial commit il y a 7 ans
README 7e8247c467 fuzz/README: document how to build il y a 7 ans
curl_fuzzer.c b9ead67e12 fuzz: bring oss-fuzz initial code converted to C89 il y a 7 ans

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
========================

CC=clang-5.0 CFLAGS="-fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,trace-cmp" ./configure --disable-shared --enable-debug --enable-maintainer-mode
make -sj

cd tests/fuzz
make