Skip to content

Commit 46b87a6

Browse files
adding details
1 parent b4208dd commit 46b87a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/env_variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ fairly broad use of environment variables instead:
115115
- `AFL_USE_TSAN=1` - activates the thread sanitizer to find thread race
116116
conditions
117117
- `AFL_USE_UBSAN=1` - activates the undefined behavior sanitizer
118-
- `AFL_UBSAN_VERBOSE=1` - outputs detailed diagnostic information when undefined behavior is detected, instead of simply terminating with "Illegal Instruction"
118+
- `AFL_UBSAN_VERBOSE=1` - outputs detailed diagnostic information when undefined behavior is detected, instead of simply terminating with "Illegal Instruction"
119+
120+
- Note: both `AFL_CFISAN_VERBOSE=1` and `AFL_UBSAN_VERBOSE=1` are disabled by default as verbose output can significantly slow down fuzzing performance. Use these options only during debugging or when additional crash diagnostics are required
119121
120122
- `TMPDIR` is used by afl-as for temporary files; if this variable is not set,
121123
the tool defaults to /tmp.

0 commit comments

Comments
 (0)