diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-11 10:44:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-11 10:44:06 +0200 |
commit | 63504f7b7e9f17145b63ba7d5a9e837e17ccb3a6 (patch) | |
tree | d9ce2328505435a6871e8066ebf1720d5a8db7f4 /docs/Changelog.md | |
parent | a7340a1ac6c6165c8eb390a503758104c0d85bcb (diff) | |
download | afl++-63504f7b7e9f17145b63ba7d5a9e837e17ccb3a6.tar.gz |
fix cmplog screen update crash
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 29ef69f9..97903c2a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,9 +9,9 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.14a (release) - - Fix for llvm 13 - afl-fuzz: - fix -F when a '/' was part of the parameter + - fixed a crash for cmplog for very slow inputs - removed implied -D determinstic from -M main - if the target becomes unavailable check out out/default/error.txt for an indicator why @@ -21,6 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - We do support llvm versions from 3.8 again - afl_analyze - fix timeout handling and support forkserver + - Fix for llvm 13 - ensure afl-compiler-rt is built for gcc_module - afl-analyze now uses the forkserver for increased performance |