aboutsummaryrefslogtreecommitdiff
path: root/projects/libxml2
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-02-18 21:55:07 +0100
committerGitHub <noreply@github.com>2021-02-18 12:55:07 -0800
commit4bb61df7905c6005000f5766e966e6fe30ab4559 (patch)
tree3ac2f4562536797982fe00fd57aaa7f51cbb9745 /projects/libxml2
parentf682792936f489550fe26c475d79468d82b9c7fe (diff)
downloadoss-fuzz-4bb61df7905c6005000f5766e966e6fe30ab4559.tar.gz
Final afl++ integration (#5191)
* final afl++ integration * remove afl++ cmplog tests * update afl++ commit id * support rebuild * llvm 13 workaround * apply fix for llvm 13 * fix nits * Fix nits. * Fix name nit. * update commit id * update commit id * update commit id to stable Co-authored-by: Abhishek Arya <inferno@chromium.org>
Diffstat (limited to 'projects/libxml2')
-rwxr-xr-xprojects/libxml2/build.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/libxml2/build.sh b/projects/libxml2/build.sh
index 7485bc27d..4240ba7f9 100755
--- a/projects/libxml2/build.sh
+++ b/projects/libxml2/build.sh
@@ -16,12 +16,6 @@
#
################################################################################
-# afl++ CMPLOG test:
-test "$FUZZING_ENGINE" = "afl" && {
- export AFL_LLVM_CMPLOG=1
- touch $OUT/afl_cmplog.txt
-}
-
if [ "$SANITIZER" = undefined ]; then
export CFLAGS="$CFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-overflow"
export CXXFLAGS="$CXXFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-overflow"