mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-08-07 11:45:08 -05:00
There is more in the startup code that isn't thread safe than just the use of the temporary stack. So take the mutex for the whole time. The code isn't that long, so it's not worth trying to cover just the critical sections.