diff options
author | van Hauser <vh@thc.org> | 2020-04-24 12:09:25 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-24 12:09:25 +0200 |
commit | 766085293da050f84a397161e7a84384620956a2 (patch) | |
tree | 1ea92db874c0fc8487742bf926e65e1385cd7bf6 /docs/Changelog.md | |
parent | 4a593d04056ce37743f6922f7d0f0002a6b4e0d5 (diff) | |
download | afl++-766085293da050f84a397161e7a84384620956a2.tar.gz |
variable map size fix, error reporting through forkserver, code format
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ea669eed..e1ca4a10 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.64d (develop): + - afl-fuzz: + - AFL_MAP_SIZE was not working correctly + - 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 + fuzzing speed + - fixes to LTO mode if instrumented edges > MAP_SIZE - qemu_mode: - add information on PIE/PIC load addresses for 32 bit - better dependency checks @@ -17,11 +24,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - better dependency checks - unicorn_mode: - better submodule handling - - 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 - fuzzing speed - all: + - forkserver communication now also used for error reporting - fix 32 bit build options - make clean now leaves qemu-3.1.1.tar.xz and the unicornafl directory intact if in a git/svn checkout - unless "deepclean" is used |