diff options
author | van Hauser <vh@thc.org> | 2020-06-25 22:02:02 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-25 22:02:02 +0200 |
commit | 171b1923e94b7157d9c0574fae890d31fd880e4c (patch) | |
tree | c0b8718e0c002ab6e1a84cc228bcb7a5d9a872e9 /docs | |
parent | 8d5eb9487d891a7e5c8e68a5b71e0721ef83427a (diff) | |
download | afl++-171b1923e94b7157d9c0574fae890d31fd880e4c.tar.gz |
shmem release fix
Diffstat (limited to 'docs')
-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 abfd4386..1a9623a7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -49,6 +49,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Unicornafl - Added powerPC support from unicorn/next - rust bindings! + - ensure shmem is released on errors - we moved radamsa to be a custom mutator in ./custom_mutators/. It is not compiled by default anymore. - allow running in /tmp (only unsafe with umask 0) |