Lock panic buffer before mangling it
If we were panic-ing in multiple threads at the same time, the panic buffer would be partially overwritten. Prevent this with a mutex
Showing
Please register or sign in to comment
If we were panic-ing in multiple threads at the same time, the panic buffer would be partially overwritten. Prevent this with a mutex