diff options
author | van Hauser <vh@thc.org> | 2024-06-01 16:34:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 16:34:50 +0200 |
commit | ca55858aa7ecb1a4cd420e3c325fe604a5b5c30d (patch) | |
tree | 34bb1853847ce6ee80ffe57c3ce581195be3238f /docs/Changelog.md | |
parent | e13dc9b7e63c72ec4eca9a7baa8f226a15d3a040 (diff) | |
parent | e639521b01e2abf33a7713f21787cc3e7f9f8df0 (diff) | |
download | afl++-ca55858aa7ecb1a4cd420e3c325fe604a5b5c30d.tar.gz |
Merge pull request #2107 from AFLplusplus/reg
fix regression
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
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 |