about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-05 18:39:16 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-05 18:39:16 +0100
commit73cb58726649b860cbea9eef727e90ad14be4b31 (patch)
treedbc418a35849a8430781ddf9d45a07c9ed292d6d /include/afl-fuzz.h
parentc11b8883e042fc5c8f42ad64e0fb34888f8bc2ea (diff)
downloadafl++-73cb58726649b860cbea9eef727e90ad14be4b31.tar.gz
test unicorn && AFL_DISABLE_TRIM env var
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 637c2795..90f3b419 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -315,7 +315,8 @@ extern u8 skip_deterministic,           /* Skip deterministic stages?       */
     deferred_mode,                      /* Deferred forkserver mode?        */
     fixed_seed,                         /* do not reseed                    */
     fast_cal,                           /* Try to calibrate faster?         */
-    uses_asan;                          /* Target uses ASAN?                */
+    uses_asan,                          /* Target uses ASAN?                */
+    disable_trim;                       /* Never trim in fuzz_one           */
 
 extern s32 out_fd,                      /* Persistent fd for out_file       */
 #ifndef HAVE_ARC4RANDOM