aboutsummaryrefslogtreecommitdiff
path: root/projects/wireshark
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/wireshark
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/wireshark')
-rwxr-xr-xprojects/wireshark/build.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/wireshark/build.sh b/projects/wireshark/build.sh
index de41e0709..bdb34eb52 100755
--- a/projects/wireshark/build.sh
+++ b/projects/wireshark/build.sh
@@ -15,12 +15,6 @@
#
################################################################################
-# afl++ CMPLOG test:
-test "$FUZZING_ENGINE" = "afl" && {
- export AFL_LLVM_CMPLOG=1
- touch $OUT/afl_cmplog.txt
-}
-
WIRESHARK_BUILD_PATH="$WORK/build"
mkdir -p "$WIRESHARK_BUILD_PATH"