mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-06 22:35:11 +02: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.