mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
Package-level globals mShiftIndex and mFlag were shared across concurrent goroutines calling UnpackSimple from quest handlers. Replace with a local jpkState struct scoped to each decompression call. Add concurrent safety test validated with -race.