mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
7e8247c467
Fixes #1476
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
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
|