diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 08:40:33 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 08:40:33 +0100 |
commit | ab394836a9fe3faadb9d1af3a7d377bbcf5b5eee (patch) | |
tree | 5d276f2288659e9c6a7975dfa87e9a10c17e2337 /include/config.h | |
parent | 55224e5150b3acfc4c1db3975ef6a2b5e173f626 (diff) | |
download | afl++-ab394836a9fe3faadb9d1af3a7d377bbcf5b5eee.tar.gz |
remove warnings
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 4691624a..75f363f7 100644 --- a/include/config.h +++ b/include/config.h @@ -77,8 +77,9 @@ /* If a persistent target keeps state and found crashes are not reproducable 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 - also written to the crash/ directory */ + to a number. These number of testcases prior and including the crash case + will be kept and written to the crash/ directory as RECORD:... files. + Note that every crash will be written, not only unique ones! */ //#define AFL_PERSISTENT_RECORD |