Skip to content

fuzz-nightly: parse target crashed #13

@github-actions

Description

@github-actions

Nightly fuzz of the parse target failed.

Run: https://github.com/devrelaicom/compactp/actions/runs/26745654103
Artifacts: crash inputs were uploaded as workflow artifacts (look for fuzz-crashes-parse-26745654103).

Next steps:

  1. Download the crash artifact from the workflow run.
  2. Reproduce locally with scripts/fuzz.sh --target parse --duration 1 or directly via cat fuzz/artifacts/parse/<input> | cargo +nightly fuzz run parse.
  3. Fix and add a reduced reproducer as a unit test in the relevant grammar module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfuzzIssues surfaced by fuzz harnessespriority:highHigh-priority triage

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions