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
--
v4: libs/ldap: sasl_decode() should treat intput buffer as data + token for Kerberos.
libs/ldap: sasl_encode() should construct output buffer as data + token for Kerberos.
libs/ldap: When initializing security context ask for mutual authentication.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8020