mirror of
https://github.com/curl/curl.git
synced 2026-05-17 03:56:20 +03:00
parent
fd3aa8da0a
commit
7e8247c467
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue