diff options
author | van Hauser <vh@thc.org> | 2020-05-27 11:07:54 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-27 11:07:54 +0200 |
commit | b81df11d8a0dad4381e644b04afa1a38413ff833 (patch) | |
tree | 6046d5b1eb1cb45e1dd6133274210894e1fb1396 /docs | |
parent | 9dd0b7c6de72100ceaf99bba3b0705f952b36de0 (diff) | |
download | afl++-b81df11d8a0dad4381e644b04afa1a38413ff833.tar.gz |
fix 64bit support for powerpc, risc, etc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6c0ad104..18acfba4 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,8 +10,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.65d (dev) - - persistent mode shared memory testcase handover (instead of via - files/stdin) - x2 performance increase! - afl-fuzz: - -S slaves now only sync from the master to increase performance, the -M master still syncs from everyone. Added checks that ensure @@ -32,6 +30,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was tried to be instrumented with LTO - fixed crash in cmplog with LTO + - persistent mode shared memory testcase handover (instead of via + files/stdin) - 10-100% performance increase + - General support for 64 bit PowerPC, RiscV, Sparc etc. - slightly better performance compilation options for afl++ and targets - fixed afl-gcc/afl-as that could break on fast systems reusing pids in the same second |