aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wireshark/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wireshark/build.sh')
-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 bdb34eb5..de41e070 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"