Files
gnoma/internal/elf
vikingowl 2bf700eec2 test(elf): make mockProvider.calls atomic
Race detector flagged concurrent access to mockProvider.calls during
TestManager_SpawnAndList and TestManager_WaitAll, where multiple spawned
engines share the same mock. Switch to atomic.Int64.

Closes audit finding L1. `go test -race ./...` is now fully green.
2026-05-19 16:19:40 +02:00
..