diff options
author | van Hauser <vh@thc.org> | 2020-04-26 18:42:42 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-26 18:42:42 +0200 |
commit | 4ffa5b06360364936fa0c17fa8851fbaf4ea6581 (patch) | |
tree | 3c88de114129dde04ef3b83c18bbe79897bc4164 /docs/Changelog.md | |
parent | ea876e59a8c1abc979ea05aa4dbe660608aaa9ba (diff) | |
download | afl++-4ffa5b06360364936fa0c17fa8851fbaf4ea6581.tar.gz |
fix negative stability bug (hopefully)
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 71de0984..da28ce53 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-fuzz: - AFL_MAP_SIZE was not working correctly - better python detection + - an old, old bug in afl that would show negative stability in rare + circumstances is now hopefully fixed - llvm_mode: - if LLVM 11 is installed the posix shm_open+mmap is used and a fixed address for the shared memory map is used as this increases the |