Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/apache-httpd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ make -j$( nproc )

static_pcre=($(find /src/pcre2 -name "libpcre2-8.a"))

# Build the fuzzers
for fuzzname in utils parse tokenize addr_parse uri request preq; do
# Build the fuzzers.
for fuzzname in utils parse tokenize addr_parse uri request; do
$CC $CFLAGS -c \
-I$SRC/fuzz-headers/lang/c -I./include -I./os/unix \
-I./srclib/apr/include -I./srclib/apr-util/include/ \
Expand Down
84 changes: 0 additions & 84 deletions projects/apache-httpd/fuzz_preq.c

This file was deleted.