- Use I_RpcGetBuffer, instead of our own buffer routines to fix an
authorRobert Shearman <rob@codeweavers.com>
Tue, 15 Feb 2005 21:48:09 +0000 (21:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Feb 2005 21:48:09 +0000 (21:48 +0000)
commit2d2a39cc42bef088445abe8d404e2922348a478c
treed19942bacd459a5bcca1397a90e97cc87094e8d3
parentdc16331c75a1181fde737a8b970111edff21bfab
- Use I_RpcGetBuffer, instead of our own buffer routines to fix an
  occasional test crash caused by heap corruption.
- Zero the memory block passed to RpcServerRegisterIfEx so we don't
  pass garbage in some of the fields we don't fill in.
- Return the correct error code from create_server and fix two handle
  leaks.
- TODO update.
dlls/ole32/compobj.c
dlls/ole32/oleproxy.c
dlls/ole32/rpc.c