fuzzilli icon indicating copy to clipboard operation
fuzzilli copied to clipboard

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

Open disconnect3d opened this issue 4 years ago • 1 comments

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 ;).

disconnect3d avatar Oct 23 '21 21:10 disconnect3d

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

saelo avatar Nov 19 '21 10:11 saelo