diff options
author | van Hauser <vh@thc.org> | 2020-02-28 00:41:56 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-28 00:41:56 +0100 |
commit | 41493b1e3f519d26f6f77016924cc5301f8495ab (patch) | |
tree | dc48db515a67bb0dfb7d2b519e175c4e85e79cab /docs/Changelog.md | |
parent | f526bb2ecb6dbbf6b155f12f6e8e12596cd1b84c (diff) | |
download | afl++-41493b1e3f519d26f6f77016924cc5301f8495ab.tar.gz |
cmplog_shm shmat was missing result check
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2f8674c8..9ae84ae2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,7 +11,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.61d (develop): - - ... + - Important fix for memory allocation functions that result in afl-fuzz + not identifying crashes - UPDATE! + - Small fix for -E/-V to release the CPU + - CmpLog does not need sancov anymore ### Version ++2.61c (release): |