diff options
author | vanhauser-thc <vh@thc.org> | 2024-10-28 09:52:51 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-10-28 09:53:01 +0100 |
commit | 577b286508a72114d607e41ec37f6f201e9e5ce6 (patch) | |
tree | ab5a0360add357bcd20ce1270f53669fd43f5961 /docs/Changelog.md | |
parent | 009f663e2c9c5c00ab2159598b4c4b3eddde1f06 (diff) | |
download | afl++-577b286508a72114d607e41ec37f6f201e9e5ce6.tar.gz |
fix explanation how to obtain the map size
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 8a445084..1d6d9060 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -39,6 +39,7 @@ AFL_LLVM_INSTRUMENT=CLASSIC - new compile time variable: `AFL_OPT_LEVEL` to set a specific optimization level, default is `3` + - correctly explain how to get the correct map size for large targets - code formatting updated to llvm 18 - improved custom_mutators/aflpp/standalone/aflpp-standalone - added custom_mutators/autotokens/standalone/autotokens-standalone |