We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was adding AFL on a project and I think that 0.4.2 release of AFL.rs broke support for OSX. See: sunchao/parquet-rs#190 (comment)
I think that it's related to https://github.com/rust-fuzz/afl.rs/pull/144/files, which force the linkage with gold and is not available on OSX machines.
It seems that AFL 0.4.1 is working properly on OSX. Maybe the work arround on #144 should be conditionally compiled only on Linux?
The text was updated successfully, but these errors were encountered:
I met the same issue.
Sorry, something went wrong.
Only enable -fuse-ld=gold on Linux.
e34d329
Fixes #146.
Opened a PR for this locally: #147
Confirmed that it afl.rs works again on macOS after that PR. I'll merge shortly. Thanks for being patient!
Only enable -fuse-ld=gold on Linux. (#147)
0d56815
No branches or pull requests
I was adding AFL on a project and I think that 0.4.2 release of AFL.rs broke support for OSX. See: sunchao/parquet-rs#190 (comment)
I think that it's related to https://github.com/rust-fuzz/afl.rs/pull/144/files, which force the linkage with gold and is not available on OSX machines.
It seems that AFL 0.4.1 is working properly on OSX. Maybe the work arround on #144 should be conditionally compiled only on Linux?
The text was updated successfully, but these errors were encountered: