13 May
2025
13 May
'25
11:35 a.m.
I hope I read the code right: if `DLL_PROCESS_ATTACH` fails, `DllMain` will immediately be called again with `DLL_PROCESS_DETACH`, which will try to destroy the already destroyed `PSDRV_Heap`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8019