diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
commit | 7a8e4018a59fdabef395ca730d6e73f95e8daaed (patch) | |
tree | fd80b7005273e743b4c2f2d4ec80c5446655358c /docs/features.md | |
parent | f63c2ed1450da8ab5ff38dcb7f0ab1a13d9865ca (diff) | |
download | afl++-7a8e4018a59fdabef395ca730d6e73f95e8daaed.tar.gz |
Change the word "env var" to "environment variable"
Diffstat (limited to 'docs/features.md')
-rw-r--r-- | docs/features.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.md b/docs/features.md index 35a869a9..fb688a64 100644 --- a/docs/features.md +++ b/docs/features.md @@ -19,8 +19,8 @@ QEMU 5.1 with laf-intel and redqueen, frida mode, unicorn mode, gcc plugin, full | Snapshot LKM Support | | (x)(8) | (x)(8) | | (x)(5) | | | | Shared Memory Test cases | | x | x | x86[_64]/arm64 | x | x | | -1. default for LLVM >= 9.0, env var for older version due an efficiency bug in - previous llvm versions +1. default for LLVM >= 9.0, environment variable for older version due an + efficiency bug in previous llvm versions 2. GCC creates non-performant code, hence it is disabled in gcc_plugin 3. with `AFL_LLVM_THREADSAFE_INST`, disables NeverZero 4. with pcguard mode and LTO mode for LLVM 11 and newer |