You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use InitOnceExecuteOnce for thread-safe CRITICAL_SECTION init
Replace InterlockedCompareExchange (which has a TOCTOU race) with
InitOnceExecuteOnce for guaranteed single initialization. Also only
suppress G_LOG_LEVEL_CRITICAL (not FATAL) to preserve actual crash
diagnostics.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments