diff options
author | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
commit | 0b692fadddf33e9db0541c34c82bbf89118f3a25 (patch) | |
tree | ee7ee6991e964b30603e8a49ccdcedc8776e9266 /docs/Changelog.md | |
parent | 62b17844b92afd1a7442b05badb02abfa553133f (diff) | |
download | afl++-0b692fadddf33e9db0541c34c82bbf89118f3a25.tar.gz |
gcc-10 support
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 4206d2b3..5d781545 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - use -march=native if available - most tools now check for mistyped environment variables + - gcc 10 is now supported - the memory safety checks are now disabled for a little more speed during fuzzing (only affects creating queue entries), can be toggled in config.h - afl-fuzz: |