about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-02-21 01:11:00 +0100
committerGitHub <noreply@github.com>2023-02-21 01:11:00 +0100
commitc33f8751e3f1051c4fe6859d16a0494282c8e34b (patch)
treecffa425593885192ec6d24416ab5b436ca0f5938 /docs/env_variables.md
parent1faf6f67313e726c645ac3b9ecd2d8b5e65f605a (diff)
parent6f4b5ae0832774389b12c5a8cd3fb95821b438e5 (diff)
downloadafl++-c33f8751e3f1051c4fe6859d16a0494282c8e34b.tar.gz
Merge pull request #1651 from AFLplusplus/dev
Dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 7a574e59..6cd4104b 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -480,7 +480,8 @@ checks or alter some of the more exotic semantics of the tool:
     output from afl-fuzz is redirected to a file or to a pipe.
 
   - Setting `AFL_NO_STARTUP_CALIBRATION` will skip the initial calibration
-    of all starting seeds, and start fuzzing at once.
+    of all starting seeds, and start fuzzing at once. Use with care, this
+    degrades the fuzzing performance!
 
   - Setting `AFL_NO_WARN_INSTABILITY` will suppress instability warnings.