mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-13 17:33:14 +03: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.