diff options
author | vanhauser-thc <vh@thc.org> | 2024-05-19 13:47:53 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-05-19 13:47:53 +0200 |
commit | 31a8beb44967207a8eecc17440783304493f145a (patch) | |
tree | d9b3ae326001b31ba7f207d17da479cc2a04141e /docs | |
parent | 56d5aa3101945e81519a3fac8783d0d8fad82779 (diff) | |
download | afl++-31a8beb44967207a8eecc17440783304493f145a.tar.gz |
support new llvm 19 changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6736e42b..4c77b2b8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -23,6 +23,7 @@ - disable xml/curl/g_ string transform functions because we do not check for null pointers ... TODO - ensure shared memory variables are visible in weird build setups + - compatability to new LLVM 19 changes * afl-cmin - work with input files that have a space * afl-showmap @@ -68,7 +69,6 @@ - Prevent temporary files being left behind on aborted afl-whatsup - More CPU benchmarks added to benchmark/ - ### Version ++4.10c (release) - afl-fuzz: - default power schedule is now EXPLORE, due a fix in fast schedules |