aboutsummaryrefslogtreecommitdiff
path: root/projects/wireshark
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-02-07 18:42:13 +0100
committerGitHub <noreply@github.com>2021-02-07 09:42:13 -0800
commit458dd61bbbd5664655d6a934d3c7e9eea82d5644 (patch)
tree54616396bc951c3b8f661e454c62b63a6c46f7fb /projects/wireshark
parentbae8dd8b5c54f8a3b7a7e43a927f8bd491c5be35 (diff)
downloadoss-fuzz-458dd61bbbd5664655d6a934d3c7e9eea82d5644.tar.gz
afl++ CMPLOG test (#5130)
* afl++ CMPLOG test * fixes
Diffstat (limited to 'projects/wireshark')
-rwxr-xr-xprojects/wireshark/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/wireshark/build.sh b/projects/wireshark/build.sh
index bdb34eb52..de41e0709 100755
--- a/projects/wireshark/build.sh
+++ b/projects/wireshark/build.sh
@@ -15,6 +15,12 @@
#
################################################################################
+# 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"