diff options
author | van Hauser <vh@thc.org> | 2020-07-08 11:16:39 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-08 11:16:39 +0200 |
commit | 83790d65afb52a055d093451a50ce55690a25002 (patch) | |
tree | e8bb9f04e8f90453f05f19b015025655c8950cd3 /docs | |
parent | 70bd0f799de1a907627b28ad80a447634299839b (diff) | |
download | afl++-83790d65afb52a055d093451a50ce55690a25002.tar.gz |
eliminate race condition for cpu affinity on -M/-S
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 57b2b4a2..18e4e97e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,7 +10,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.66d (devel) - - ... ? + - afl-fuzz: + - eliminated CPU affinity race condition for -S/-M runs + - small fixes to afl-plot, afl-whatsup and man page creation ### Version ++2.66c (release) |