diff options
| author | van Hauser <vh@thc.org> | 2024-06-01 16:37:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-01 16:37:28 +0200 |
| commit | 348f980f2180a5bab745066f8c7dcd0049998626 (patch) | |
| tree | 34bb1853847ce6ee80ffe57c3ce581195be3238f /docs | |
| parent | e7d871c8bf64962a658e447b90a1a3b43aaddc28 (diff) | |
| parent | ca55858aa7ecb1a4cd420e3c325fe604a5b5c30d (diff) | |
| download | afl++-348f980f2180a5bab745066f8c7dcd0049998626.tar.gz | |
Merge pull request #2108 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Changelog.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6736e42b..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 @@ -23,9 +26,11 @@ - disable xml/curl/g_ string transform functions because we do not check for null pointers ... TODO - ensure shared memory variables are visible in weird build setups + - compatability to new LLVM 19 changes * afl-cmin - work with input files that have a space * afl-showmap + - fix memory leak on shmem testcase usage (thanks to @ndrewh) - minor fix to collect coverage -C (thanks to @bet4it) * enhanced the ASAN configuration @@ -63,12 +68,13 @@ - afl-whatsup: - now also displays current average speed - small bugfixes - - Fixes for aflpp custom mutator and standalone tool + - custom mutators: + - fixes for aflpp custom mutator and standalone tool + - important fix to the symcc custom mutator - Minor edits to afl-persistent-config - Prevent temporary files being left behind on aborted afl-whatsup - More CPU benchmarks added to benchmark/ - ### Version ++4.10c (release) - afl-fuzz: - default power schedule is now EXPLORE, due a fix in fast schedules |
