-
Notifications
You must be signed in to change notification settings - Fork 749
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
Segmentation Faults 2017-05-16 #88
Comments
Example valgrind output of a few items:
|
in case you feel bored: sabotage-linux/gettext-tiny#11 ... i still dont have gcc with asan working on musl libc, and without asan fuzzing doesnt work too well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was using American Fuzzy Lop (afl-fuzz) to fuzz input to the 8cc program on Linux. Is fixing the crashes from these input files something you're interested in? The input files can be found here: https://github.com/rwhitworth/8cc-fuzz.
The files can be executed as
./8cc -c id_filename
to cause seg faults.Let me know if I can provide any more information to help narrow down this issue.
The text was updated successfully, but these errors were encountered: