Alexandre Julliard pushed to branch master at wine / wine
Commits: 68a9046e by Dmitry Timoshkov at 2025-05-05T16:26:25-05:00 combase: Find correct apartment in ClientRpcChannelBuffer_SendReceive().
When an application has both apartment-threaded and multi-threaded apartments then apartment_get_current_or_mta() may return wrong one, and later the oxid check will fail. Probably it's better try to find correct apartment from the start.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - -
1 changed file:
- dlls/combase/rpc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/68a9046e30dd5ea8ab9fc753c728211...