google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

Clarification on Missing Include Directory `apr-util` in Build Configuration for `apache-httpd` #12146

Open MarkLee131 opened 4 days ago

MarkLee131 commented 4 days ago

Hello, I noticed that the directory ./srclib/apr-util/include/, referenced in the build script for apache-httpd (also shown below), is missing within the oss-fuzz docker container (as shown in the img below).

https://github.com/google/oss-fuzz/blob/ef7aeec6961b49fd08efb6e5616d8d8d7318ba38/projects/apache-httpd/build.sh#L37

image

According to the installation notes, httpd has integrated apr-util into the APR trunk.

Should we remove the -I./srclib/apr-util/include/ argument from our build script based on this integration? Your confirmation would be greatly appreciated.