diff options
| author | van Hauser <vh@thc.org> | 2020-12-20 14:30:06 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-12-20 14:30:06 +0100 |
| commit | 98ee17bc47b1f1d4664be9955a72727fff8e51fa (patch) | |
| tree | 5c49dd81c9ab6c47538350b53d8b1fd11abe3f6c /docs/Changelog.md | |
| parent | a6116ed533e5db74d654bedda9e747f87cbd8494 (diff) | |
| download | afl++-98ee17bc47b1f1d4664be9955a72727fff8e51fa.tar.gz | |
fix endless loop in afl-cc allow/blocklists starting a line with a comment
Diffstat (limited to 'docs/Changelog.md')
| -rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ebc514f3..28b7e723 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,9 +10,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.01a (release) - - fix crash for very, very fast targets+systems, thanks for reporting @mhlakhani + - fix crash for very, very fast targets+systems (thanks to mhlakhani + for reporting) - added dummy Makefile to instrumentation/ - - allow instrumenting LLVMFuzzerTestOneInput + - afl-cc + - allow instrumenting LLVMFuzzerTestOneInput + - fixed endless loop for allow/blocklist lines starting with a + comment (thanks to Zherya for reporting) ### Version ++3.00c (release) |
