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