AFL_PERSISTENT_RECORD not a default

This commit is contained in:
vanhauser-thc
2021-03-24 18:24:52 +01:00
parent 836aeef595
commit 55224e5150

View File

@ -71,16 +71,16 @@
/* Maximum allowed fails per CMP value. Default: 128 */ /* Maximum allowed fails per CMP value. Default: 128 */
#define CMPLOG_FAIL_MAX 96 #define CMPLOG_FAIL_MAX 96
/* -------------------------------------*/
/* Now non-cmplog configuration options */ /* Now non-cmplog configuration options */
/* -------------------------------------*/
/* If a persistent target keeps state and found crashes are not reproducable /* If a persistent target keeps state and found crashes are not reproducable
then enable this option and set the AFL_PERSISTENT_RECORD env variable then enable this option and set the AFL_PERSISTENT_RECORD env variable
to a number. These number of testcases prior the crash will be kept and to a number. These number of testcases prior the crash will be kept and
also written to the crash/ directory */ also written to the crash/ directory */
#define AFL_PERSISTENT_RECORD //#define AFL_PERSISTENT_RECORD
/* console output colors: There are three ways to configure its behavior /* console output colors: There are three ways to configure its behavior
* 1. default: colored outputs fixed on: defined USE_COLOR && defined * 1. default: colored outputs fixed on: defined USE_COLOR && defined