mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
When locking, we were not loading m.serving atomically and so the optimizer could have hoisted the check out of the loop, thus resulting in an infinite loop.