aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libarchive/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libarchive/build.sh')
-rwxr-xr-xprojects/libarchive/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/libarchive/build.sh b/projects/libarchive/build.sh
index 6d55967f..187796cc 100755
--- a/projects/libarchive/build.sh
+++ b/projects/libarchive/build.sh
@@ -15,6 +15,14 @@
#
################################################################################
+# For fuzz-introspector. This is to exclude all libxml2 code from the
+# fuzz-introspector reports.
+export FUZZ_INTROSPECTOR_CONFIG=$SRC/fuzz_introspector_exclusion.config
+cat > $FUZZ_INTROSPECTOR_CONFIG <<EOF
+FILES_TO_AVOID
+libxml2
+EOF
+
# compile libxml2 from source so we can statically link
DEPS=/deps
mkdir ${DEPS}