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

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

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note in "Local Modifications" that we have removed dictionaries/. 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-tmin.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 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
« no previous file with comments | « third_party/afl/src/afl-tmin.c ('k') | third_party/afl/src/docs/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698