rust-fuzz / afl.rs

🐇 Fuzzing Rust code with American Fuzzy Lop
https://rust-fuzz.github.io/book/afl.html
Apache License 2.0
1.63k stars 105 forks source link

night is now LLVM 18 #464

Closed vanhauser-thc closed 7 months ago

vanhauser-thc commented 7 months ago

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)

vanhauser-thc commented 7 months ago

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