mapbox / mapbox/wagyu

Increase Difficulty of Fuzzer

Open
#71 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
197
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Currently we only generate a single ring of random points, perhaps this doesn't cover all the possible edge cases. It might be a good choice to change this to multiple rings?

Example Input Currently:

screen shot 2016-09-19 at 6 06 11 pm

Example Output Currently:

screen shot 2016-09-19 at 6 37 46 pm

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

Locate the fuzzer that currently generates a single ring of random points and inspect how its inputs and outputs are produced. Determine how multiple rings should be generated to exercise additional geometry edge cases, then verify the fuzzer produces varied multi-ring cases without breaking its existing output flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
testing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.