mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-28 14:37:01 -07:00
a module with a negative extractor group indexed matches[e.Group] past the lower bound, panicking the executor goroutine and crashing the whole scan. the existing bound only checked the upper end; check e.Group >= 0 too so an invalid group is skipped like an out-of-range one.