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