Skip to content

Commit 192cade

Browse files
committed
fix docs
1 parent d7d8afa commit 192cade

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/env_variables.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,6 @@ checks or alter some of the more exotic semantics of the tool:
369369
for an existing out folder, even if a different `-i` was provided.
370370
Without this setting, afl-fuzz will refuse execution for a long-fuzzed out dir.
371371

372-
- Setting AFL_MAX_DET_EXRAS will change the threshold at what number of elements
373-
in the `-x` dictionary and LTO autodict (combined) the probabilistic mode will
374-
kick off. In probabilistic mode, not all dictionary entries will be used all
375-
the times for fuzzing mutations in order not to slow down fuzzing.
376-
The default count is `200` elements. So for the 200 + 1st element, there is a
377-
1 in 201 chance, that one of the dictionary entries will not be used directly.
378-
379372
- Setting AFL_NO_FORKSRV disables the forkserver optimization, reverting to
380373
fork + execve() call for every tested input. This is useful mostly when
381374
working with unruly libraries that create threads or do other crazy

0 commit comments

Comments
 (0)