aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-24 02:45:17 +0100
committervan Hauser <vh@thc.org>2020-02-24 02:45:17 +0100
commitf807d7cefbc3c0e71cac6aad5cc28006f6a253be (patch)
treed3f3ec48dd47726e0aa539f90f2c1c1a217b6f94 /docs
parentf240c5381a3c241cedc74b25f50dca2b40a17b10 (diff)
downloadafl++-f807d7cefbc3c0e71cac6aad5cc28006f6a253be.tar.gz
important InsTrim fixes!
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 5d781545..0d67e807 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -17,6 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- the memory safety checks are now disabled for a little more speed during
fuzzing (only affects creating queue entries), can be toggled in config.h
- afl-fuzz:
+ - MOpt out of bounds writing crash fixed
- now prints the real python version support compiled in
- set stronger performance compile options and little tweaks
- Android: prefer bigcores when selecting a CPU
@@ -28,7 +29,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- bugfix for dictionary insert stage count (fix via Google repo PR)
- added warning if -M is used together with custom mutators with _ONLY option
- AFL_TMPDIR checks are now later and better explained if they fail
- - llvm_mode InsTrim: no pointless instrumentation of 1 block functions
+ - llvm_mode
+ - InsTrim: three bug fixes:
+ 1. (minor) no pointless instrumentation of 1 block functions
+ 2. (medium) path bug that leads a few blocks not instrumented that
+ should be
+ 3. (major) incorrect prev_loc was written, fixed!
- afl-clang-fast:
- show in the help output for which llvm version it was compiled for
- now does not need to be recompiled between trace-pc and pass