Index: third_party/afl/src/config.h |
diff --git a/third_party/afl/src/config.h b/third_party/afl/src/config.h |
index 036bb6c7473b8dcd092ea537c188ad0cf7de8b6d..88ccb90803f5c72964ee8c911e4f4018a3d04edf 100644 |
--- a/third_party/afl/src/config.h |
+++ b/third_party/afl/src/config.h |
@@ -19,6 +19,10 @@ |
#include "types.h" |
+/* Version string: */ |
+ |
+#define VERSION "2.30b" |
+ |
/****************************************************** |
* * |
* Settings that may be of interest to power users: * |
@@ -57,13 +61,9 @@ |
/* Number of calibration cycles per every new test case (and for test |
cases that show variable behavior): */ |
-#define CAL_CYCLES 10 |
+#define CAL_CYCLES 8 |
#define CAL_CYCLES_LONG 40 |
-/* The same, but when AFL_NO_VAR_CHECK is set in the environment: */ |
- |
-#define CAL_CYCLES_NO_VAR 4 |
- |
/* Number of subsequent hangs before abandoning an input file: */ |
#define HANG_LIMIT 250 |