diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-09 18:39:56 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-09 18:39:56 +0200 |
commit | ec0b83f127702fe23da72f4d424bc13a5bacfae9 (patch) | |
tree | 7f729cd9133553252979386a910c4072e59293d9 /docs/Changelog.md | |
parent | 0c81982e67f6d637722a9ced1c50d91d7493d410 (diff) | |
download | afl++-ec0b83f127702fe23da72f4d424bc13a5bacfae9.tar.gz |
4.21c
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 0f4b2d8a..50494acc 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,7 +3,7 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. -### Version ++4.21a (dev) +### Version ++4.21c (release) * 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 @@ -24,6 +24,7 @@ long calibration times and syncing could result in now fuzzing being made when the time was already run out until then, thanks to @eqv! - fix -n uninstrumented mode when ending fuzzing + - enhanced the ASAN configuration - make afl-fuzz use less memory with cmplog and fix a memleak * afl-cc: - re-enable i386 support that was accidently disabled @@ -40,7 +41,6 @@ - minor fix to collect coverage -C (thanks to @bet4it) * Fixed a shmem mmap bug (that rarely came up on MacOS) * libtokencap: script generate_libtoken_dict.sh added by @a-shvedov - * enhanced the ASAN configuration ### Version ++4.20c (release) |