The nightly fuzz run found a crash. The failing corpus entry is attached as an artifact on the workflow run.
Run: https://github.com/ZaparooProject/go-zapscript/actions/runs/25902723966
Download the fuzz-crashes artifact from that run and place the corpus file into the appropriate testdata/fuzz/FuzzName/ directory to reproduce locally:
go test -run FuzzName/corpus_filename .
The nightly fuzz run found a crash. The failing corpus entry is attached as an artifact on the workflow run.
Run: https://github.com/ZaparooProject/go-zapscript/actions/runs/25902723966
Download the
fuzz-crashesartifact from that run and place the corpus file into the appropriatetestdata/fuzz/FuzzName/directory to reproduce locally: