-
Notifications
You must be signed in to change notification settings - Fork 135
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-15 #58
Comments
Two outputs from valgrind:
|
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 a modified version of the
agrep
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/tre-fuzz.The repo contains a README that has instructions on how to execute the files to cause the segmentation faults, a modified copy of the
agrep.c
source to read a regex from stdin, and therandom
input file that is searched with that regex.I understand if the changes made to
agrep
makes this a bit convoluted, but it was the only way I could easily fuzz the program. I tried to keep the changes as minimal as possible.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: