aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-01 16:34:23 +0200
committervanhauser-thc <vh@thc.org>2024-06-01 16:34:23 +0200
commite639521b01e2abf33a7713f21787cc3e7f9f8df0 (patch)
tree34bb1853847ce6ee80ffe57c3ce581195be3238f /docs
parent894339c5d7dc615a98423390d30f6b4e032f01f3 (diff)
downloadAFLplusplus-e639521b01e2abf33a7713f21787cc3e7f9f8df0.tar.gz
changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 058e42af..ba7eb6a3 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -5,6 +5,9 @@
### Version ++4.21a (dev)
* afl-fuzz
+ - fixed a regression in afl-fuzz that resulted in a 5-10% performace loss
+ do a switch from gettimeofday() to clock_gettime() which should be rather
+ three times faster. The reason for this is unknown.
- added AFL_DISABLE_REDUNDANT for huge queues
- fix AFL_PERSISTENT_RECORD
- run custom_post_process after standard trimming