RPCRT4: Fix Server Thread Race

Robert Shearman rob at codeweavers.com
Mon Feb 14 18:18:35 CST 2005


Hi,

Previously, a function changing the server state could exit before the 
state was applied. Clearly, this is not intended behaviour as it could 
lead to a client trying to connect to an endpoint that has not yet been 
registered despite the best efforts of the callers.
Alexandre, this should fix the "make test" crash with OLE #69 applied.

Rob

Changelog:
Fix RPC server thread race.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rpc_server_race.diff
Type: text/x-patch
Size: 3874 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050214/75dc29d6/rpc_server_race.bin


More information about the wine-patches mailing list