-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with the latest Rust nightlies #101
Comments
For the record, one can reproduce this issue by building this crate: https://github.com/frewsxcv/rust-belt-rust-fuzzing-workshop/tree/master/exercise2/jpeg-decoder |
Added a branch with minimal changes to reproduce this issue. Just run https://github.com/frewsxcv/afl.rs/compare/rust-issue?expand=1 |
First nightly it fails on: |
Might be related to rust-lang/rust#39782 Might be worth trying to use rustc's LLVM it builds instead of relying on the system one |
should be resolved with the new version https://users.rust-lang.org/t/announcing-afl-rs-0-2-bindings-for-american-fuzzy-lop/13981 |
Stopped working after rust-lang/rust@3fd5fdd
Output I get when I try to compile a Rust version after the change above: https://gist.githubusercontent.com/frewsxcv/ca3ef34cab9fd96edd44fc5de585044d/raw/837b8b6ccbfa682a34977233f535c186e4375c93/gistfile1.txt
A lot of errors like:
The text was updated successfully, but these errors were encountered: