Skip to content
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

Linking error on OSX and afl.rs 0.4.2 #146

Closed
gnieto opened this issue Nov 18, 2018 · 2 comments
Closed

Linking error on OSX and afl.rs 0.4.2 #146

gnieto opened this issue Nov 18, 2018 · 2 comments

Comments

@gnieto
Copy link

gnieto commented Nov 18, 2018

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?

@breezewish
Copy link

I met the same issue.

@frewsxcv
Copy link
Member

frewsxcv commented Dec 2, 2018

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!

frewsxcv added a commit that referenced this issue Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants