-
Notifications
You must be signed in to change notification settings - Fork 110
PROGRAM ABORT : Null reference Location : stricmp(), src/afl-fuzz.c:490 #590
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
Comments
I've tried installing llvm separately from the Rust toolchain (the way this repo's CI workflow does) and running |
Update: On my Ubuntu laptop, I managed to fix this by removing the flag |
@Pr0methean Are you still having trouble? Based on your last message, it sounds like you can reproduce the problem locally (not just in just in CI). Also, just to set expectations, this may be a problem in AFL++ and not something we can fix in afl.rs:
|
this is a bug in afl-fuzz that was fixed in the dev branch on the 14th February. |
My workaround seems to be effective; this can probably be closed once cargo-afl picks up the next release of AFL++. |
@Pr0methean cargo-afl version 0.15.18 was just released, and it uses AFL++ version 4.32c. Do you want to test it before we close this? |
I get this error when running a fuzz target on a GitHub Actions
ubuntu-latest
runner:The output of
cargo afl system-config
was:Updating from 0.15.10 to 0.15.15 doesn't fix this.
The text was updated successfully, but these errors were encountered: