March 27, 2026
3:05 p.m.
Alfred Agrell (@Alcaro) commented about dlls/kernelbase/loader.c:
}; static struct list exclusive_datafile_list = LIST_INIT( exclusive_datafile_list );
+static WCHAR mui_locale[LOCALE_NAME_MAX_LENGTH]; +static BOOL locale_found = FALSE; +static BOOL recursion_flag = FALSE; Global variables without a mutex always make me nervous.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10365#note_134079