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

Fix a mistype that results in a bug #2

Open
talsim opened this issue Aug 12, 2021 · 0 comments
Open

Fix a mistype that results in a bug #2

talsim opened this issue Aug 12, 2021 · 0 comments

Comments

@talsim
Copy link

talsim commented Aug 12, 2021

Hello, the first chapter's README ("episode01") - in the "Commands" header, has a little mistype that results in AFL complaining:

PROGRAM ABORT : Multiple -i options not supported
Location : main(), afl-fuzz.c:7804

Please fix it by changing the second option to -o instead of repeating -i 2 times in the following line:

afl-fuzz -i /tmp/in -i /tmp/out ./src/sudo

to:

afl-fuzz -i /tmp/in -o /tmp/out ./src/sudo

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

1 participant