about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-30 22:54:23 +0100
committerGitHub <noreply@github.com>2020-01-30 22:54:23 +0100
commit19ebdf31b999223e4965f701077f9af9d550e386 (patch)
tree9c6d27d58d0606d59725ef46766eb1961e908d31 /include/config.h
parentb050c1158398dd07e25a6cd65234da84e5656fa6 (diff)
parent6e9fce1c2d654c92dbf8e6b8cc21a88d8cba9496 (diff)
downloadafl++-19ebdf31b999223e4965f701077f9af9d550e386.tar.gz
Merge pull request #178 from vanhauser-thc/CmpLog
Cmp log
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 83fcb8f9..8b8924f5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -365,6 +365,10 @@
 
 #define AFL_QEMU_NOT_ZERO
 
+/* AFL RedQueen */
+
+#define CMPLOG_SHM_ENV_VAR "__AFL_CMPLOG_SHM_ID"
+
 /* Uncomment this to use inferior block-coverage-based instrumentation. Note
    that you need to recompile the target binary for this to have any effect: */