| Index: third_party/afl/src/config.h
|
| diff --git a/third_party/afl/src/config.h b/third_party/afl/src/config.h
|
| index 88ccb90803f5c72964ee8c911e4f4018a3d04edf..bc2a29da2cf25a4643293fd9444ff261e2e5b53c 100644
|
| --- a/third_party/afl/src/config.h
|
| +++ b/third_party/afl/src/config.h
|
| @@ -21,7 +21,7 @@
|
|
|
| /* Version string: */
|
|
|
| -#define VERSION "2.30b"
|
| +#define VERSION "2.31b"
|
|
|
| /******************************************************
|
| * *
|
| @@ -75,7 +75,8 @@
|
|
|
| /* Baseline number of random tweaks during a single 'havoc' stage: */
|
|
|
| -#define HAVOC_CYCLES 5000
|
| +#define HAVOC_CYCLES 256
|
| +#define HAVOC_CYCLES_INIT 1024
|
|
|
| /* Maximum multiplier for the above (should be a power of two, beware
|
| of 32-bit int overflows): */
|
| @@ -84,7 +85,7 @@
|
|
|
| /* Absolute minimum number of havoc cycles (after all adjustments): */
|
|
|
| -#define HAVOC_MIN 10
|
| +#define HAVOC_MIN 16
|
|
|
| /* Maximum stacking for havoc-stage tweaks. The actual value is calculated
|
| like this:
|
| @@ -114,11 +115,11 @@
|
|
|
| /* Splicing cycle count: */
|
|
|
| -#define SPLICE_CYCLES 20
|
| +#define SPLICE_CYCLES 16
|
|
|
| /* Nominal per-splice havoc cycle length: */
|
|
|
| -#define SPLICE_HAVOC 500
|
| +#define SPLICE_HAVOC 32
|
|
|
| /* Maximum offset for integer addition / subtraction stages: */
|
|
|
|
|