rust-fuzz / afl.rs

🐇 Fuzzing Rust code with American Fuzzy Lop

Home Page:https://rust-fuzz.github.io/book/afl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

night is now LLVM 18

vanhauser-thc opened this issue · comments

nightly is now using llvm 18.
the current afl.rs 0.15.2 release still has an AFL++ state that does not work with llvm 18.
(I predicted this ...)
so a new afl.rs release has to be made to fix this (AFL++ commit hash in the repo is fine)

weird and 10 minutes later v0.15.3 is there. maybe a cache problem or you were that fast :)