From: Daniel Stenberg Date: Thu, 15 Jun 2017 15:08:59 +0000 (+0200) Subject: fuzz/README: document how to build X-Git-Tag: curl-7_55_0~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e8247c46728c8fd60659502be9106154c6ebc91;p=thirdparty%2Fcurl.git fuzz/README: document how to build Fixes #1476 --- diff --git a/tests/fuzz/README b/tests/fuzz/README index 106d1098a8..459bda46b2 100644 --- a/tests/fuzz/README +++ b/tests/fuzz/README @@ -7,4 +7,8 @@ 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 +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