Mike Hearn wrote:
Mike Hearn mh@codeweavers.com Rob Shearman rob@codeweavers.com Implement StdMarshal::ReleaseMarshalData
- res = IRpcStubBuffer_Release(stub);
I'm not sure but, is there a hypothical race condition here when a thread switch takes place and someone tries to reuse the stub while valid is not set to TRUE yet (but the stub has already been released)?
- stubs[i].valid = FALSE;
--- Jeroen Janssen