[Git][wine/wine][master] combase: Find correct apartment in ClientRpcChannelBuffer_SendReceive().
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(a)baikal.ru> - - - - - 1 changed file: - dlls/combase/rpc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/68a9046e30dd5ea8ab9fc753c728211... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/68a9046e30dd5ea8ab9fc753c728211... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)