23 Jul
2004
23 Jul
'04
6:29 a.m.
Mike Hearn wrote:
Mike Hearn <mh(a)codeweavers.com> Rob Shearman <rob(a)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