mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Updates the fuzzer sub-project
This commit is contained in:
@@ -276,7 +276,7 @@ if test "$PLATFORM" != "MacOSX"; then
|
||||
fi
|
||||
|
||||
if test "$aflFuzzer" == "true"; then
|
||||
FUZZ_CPPCFLAGS="-fsanitize=address -fsanitize-coverage=edge,indirect-calls,8bit-counters "
|
||||
FUZZ_CPPCFLAGS="-fsanitize=address -fsanitize-coverage=4 "
|
||||
GLOBAL_LDADD="$GLOBAL_LDADD -fsanitize=address "
|
||||
GLOBAL_CPPFLAGS="$GLOBAL_CPPFLAGS $FUZZ_CPPCFLAGS"
|
||||
$buildExamples = false
|
||||
|
Reference in New Issue
Block a user