diff options
author | van Hauser <vh@thc.org> | 2020-04-25 13:08:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-25 13:08:42 +0200 |
commit | fa610270abeab4887396228a17db03a0aaedcd64 (patch) | |
tree | d5d0e95026ce8c45c00fb18aaa69a0a8fa879cbe | |
parent | cefefba244c706eba8e6e100fc9dc2ebb7cd9b27 (diff) | |
download | afl++-fa610270abeab4887396228a17db03a0aaedcd64.tar.gz |
remove empty line
-rw-r--r-- | docs/env_variables.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index f6f14dd2..41c8f12a 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -123,7 +123,6 @@ Then there are a few specific features that are only available in llvm_mode: These are used if several seperated instrumentation are performed which are then later combined. - - AFL_LLVM_MAP_ADDR sets the fixed map address to a different address than the default 0x10000. A value of 0 or empty sets the map address to be dynamic (the original afl way, which is slower) |