diff options
| author | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
| commit | 542bea37fb79497ac3f4ea3411b2af4e5099c864 (patch) | |
| tree | 988cc7ffc596d68d073af402e6511856698998ad /llvm_mode | |
| parent | 1d8e772f6c3bd542a2fc68835befde246b0bbef6 (diff) | |
| download | afl++-542bea37fb79497ac3f4ea3411b2af4e5099c864.tar.gz | |
fix MDs
Diffstat (limited to 'llvm_mode')
| -rw-r--r-- | llvm_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/README.md b/llvm_mode/README.md index 806f0269..ee6e51b5 100644 --- a/llvm_mode/README.md +++ b/llvm_mode/README.md @@ -73,7 +73,7 @@ operating mode of AFL, e.g.: Be sure to also include CXX set to afl-clang-fast++ for C++ code. The tool honors roughly the same environmental variables as afl-gcc (see -../docs/env_variables.txt). This includes AFL_USE_ASAN, +[docs/env_variables.md](../docs/env_variables.md)). This includes AFL_USE_ASAN, AFL_HARDEN, and AFL_DONT_OPTIMIZE. However AFL_INST_RATIO is not honored as it does not serve a good purpose with the more effective instrim CFG analysis. |
