Skip to content

fuzz-nightly: lex target crashed #7

@github-actions

Description

@github-actions

Nightly fuzz of the lex target failed.

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

Next steps:

  1. Download the crash artifact from the workflow run.
  2. Reproduce locally with scripts/fuzz.sh --target lex --duration 1 or directly via cat fuzz/artifacts/lex/<input> | cargo +nightly fuzz run lex.
  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