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

Setting --storagePath=./fuzz_out/ ending with slash is incorrect #293

Open
disconnect3d opened this issue Oct 23, 2021 · 1 comment
Open

Comments

@disconnect3d
Copy link

Setting --storagePath=./fuzz_out/ for fuzzilli makes it use a... ./fuzz_out/fuzz_out path for storage instead of ./fuzz_out.

Seems like an UX bug ;).

@saelo
Copy link
Collaborator

saelo commented Nov 19, 2021

Hi! On which operating system were you testing this? I can't reproduce it locally (on macOS):

> swift run -c debug FuzzilliCli --profile=jsc --storagePath=./fuzz_out/ path/to/FuzzBuild/Debug/bin/jsc
...
^C
> ls ./fuzz_out
corpus  crashes stats

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

2 participants