ChangeSet ID: 16131
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/15 15:48:09
Modified files:
dlls/ole32 : rpc.c oleproxy.c compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- 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.
Patch: http://cvs.winehq.org/patch.py?id=16131
Old revision New revision Changes Path
1.56 1.57 +6 -5 wine/dlls/ole32/rpc.c
1.29 1.30 +13 -14 wine/dlls/ole32/oleproxy.c
1.141 1.142 +4 -1 wine/dlls/ole32/compobj.c