Sweden-Number/dlls/ole32
Rob Shearman 3328ad6eb9 ole32: Initialise object variable in RunningObjectTableImpl_GetObject.
As per the rules for memory in RPC, the memory pointer to by object will 
be used during unmarshalling and previously it was uninitialised.
(Thanks to Dan Kegel and his Valgrind runs for reporting this.)
2007-12-06 12:06:56 +01:00
..
tests ole32: Fix the test of the size returned from WdtpInterfacePointer_UserSize. 2007-12-04 13:32:45 +01:00
Makefile.in ole32: Added version resource for ole2nls.dll. 2007-09-27 21:11:18 +02:00
antimoniker.c ole32: Win64 printf format warning fixes. 2006-10-16 10:53:28 +02:00
bindctx.c ole32: Add documentation for CreateBindCtx, BindMoniker, GetRunningObjectTable and OleRun. 2007-03-27 13:00:24 +02:00
classmoniker.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
clipboard.c ole32: Fixed some wrong conditions in OleFlushClipboard. 2006-10-24 11:32:48 +02:00
compobj.c ole32: Ignore the threading model of the PSFactoryBuffer object created during standard marshaling. 2007-12-03 11:55:00 +01:00
compobj.spec ole32: Implement win16 COCREATEGUID. 2007-10-01 14:16:57 +02:00
compobj_private.h ole32: Ignore the threading model of the PSFactoryBuffer object created during standard marshaling. 2007-12-03 11:55:00 +01:00
compositemoniker.c ole32: Fix some memory leaks. 2007-10-02 11:44:09 +02:00
datacache.c ole32: Validate the parameters to DataCache_Cache. 2007-11-13 23:28:05 +01:00
dcom.idl ole32: Add the OXID_INFO structure to dcom.idl. 2007-03-27 12:39:33 +02:00
defaulthandler.c ole32: Fix forgotten IPersistStorage vtable. 2007-08-27 12:01:31 +02:00
dictionary.c ole32: Remove superfluous casts of void pointers to other pointer types. 2007-06-27 12:53:25 +02:00
dictionary.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
drag_copy.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
drag_link.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
drag_move.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
enumx.c ole32: Constify some variables. 2007-07-02 14:38:11 +02:00
enumx.h ole32: Constify some variables. 2007-07-02 14:38:11 +02:00
errorinfo.c ole32: Add documentation for error info functions. 2007-05-08 13:24:02 +02:00
filemoniker.c ole32: Fix a leak of the IBindCtx object in FileMonikerImpl_IsEqual. 2007-11-12 11:45:57 +01:00
ftmarshal.c ole32: Win64 printf format warning fixes. 2006-10-16 10:53:28 +02:00
git.c ole32: Remove spurious AddRef of returned object on retrieval of an interface from the global interface table. 2007-05-23 12:49:50 +02:00
hglobalstream.c ole32: Fail before constructing an object in CreateStreamOnHGlobal to avoid a memory leak. 2007-11-13 13:29:30 +01:00
ifs.c ole32: Constify a variable (and fix a typo concerning its level of indirection). 2007-07-06 18:11:43 +02:00
ifs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
irot.idl ole32: Add cross-process running-object table support. 2007-09-11 13:55:08 +02:00
itemmoniker.c ole32: Fix memory leak in ItemMonikerImpl_Save. 2007-11-12 11:45:34 +01:00
marshal.c ole32: Ignore the threading model of the PSFactoryBuffer object created during standard marshaling. 2007-12-03 11:55:00 +01:00
memlockbytes.c ole32: Use IsEqualIID instead of memcmp in HGLOBALLockBytesImpl_QueryInterface. 2007-02-26 13:38:49 +01:00
memlockbytes16.c ole32: Spelling fixes. 2006-11-22 11:39:03 +01:00
moniker.c ole32: Initialise object variable in RunningObjectTableImpl_GetObject. 2007-12-06 12:06:56 +01:00
moniker.h ole32: Move declaration for FileMonikerImpl_DecomposePath from compobj_private.h to moniker.h. 2007-04-05 13:26:29 +02:00
nodrop.cur ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
ole2.c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
ole2.spec
ole2_16.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
ole2conv.spec
ole2impl.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
ole2nls.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
ole2nls.spec
ole2prox.spec
ole2stubs.c ole32: Win64 printf format warning fixes. 2006-10-16 10:53:28 +02:00
ole2thk.spec
ole16.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
ole32.spec ole32: Add tests for WdtpInterfacePointer_* functions. 2007-11-27 11:40:19 +01:00
ole32_main.c ole32: Include wine/port.h for snprintf(). 2007-10-17 13:44:05 +02:00
ole32res.rc ole32: We can now store binary files in the repository. 2007-09-17 15:53:00 +02:00
oleobj.c ole32: Win64 printf format warning fixes. 2006-10-16 10:53:28 +02:00
oleproxy.c ole32: Disconnect the IRemUnknown stub buffer before destroying it to release the reference on the IRemUnknown object. 2007-11-12 12:53:59 +01:00
olestd.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
regsvr.c ole32: Remove 'recursive registry key delete' function. 2007-08-23 20:18:32 +02:00
rpc.c ole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where PostMessageW fails. 2007-11-27 11:40:12 +01:00
stg_bigblockfile.c ole32: Cast-qual warnings fix. 2007-07-06 18:11:46 +02:00
stg_prop.c ole32: Cast-qual warnings fix. 2007-07-06 18:11:46 +02:00
stg_stream.c ole32: Exclude unused headers. 2007-05-16 11:55:51 +02:00
storage.c ole32: Constify some variables. 2007-07-05 19:52:35 +02:00
storage.spec
storage32.c ole32: Reset the parent storage on overwritten streams so that operations on them now fail. 2007-10-22 12:36:07 +02:00
storage32.h ole32: Constify some variables. 2007-07-05 19:52:35 +02:00
stubmanager.c ole32: Cast-qual warning fix. 2007-07-09 11:46:01 +02:00
usrmarshal.c ole32: Add tests for WdtpInterfacePointer_* functions. 2007-11-27 11:40:19 +01:00
version.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
version16.rc ole32: Define WINE_FILEVERSION in version resource of ole2nls.dll too. 2007-10-01 14:17:21 +02:00