Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1246)

Unified Diff: third_party/afl/src/config.h

Issue 2252273004: Roll AFL 2.30b..2.31b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove vuln_samples changes. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/afl/src/afl-fuzz.c ('k') | third_party/afl/src/docs/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: */
« no previous file with comments | « third_party/afl/src/afl-fuzz.c ('k') | third_party/afl/src/docs/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698