googleprojectzero / googleprojectzero/fuzzilli

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

Open
#293 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
2.3k
Forks
367
Avg merge
23h 53m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with --storagePath=./fuzz_out/ and trace how the storage path is resolved. Confirm that a trailing slash no longer causes the path to be duplicated, and verify the behavior for both trailing-slash and non-trailing-slash values.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
cli, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.