- 29 Nov, 2009 28 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProfileStringW returns 0. The buffer that was passed into the function will remain uninitialised. Fix reading from this by only reading retW characters from bufferW and manually nul-terminating the string.
-
Rob Shearman authored
-
Rob Shearman authored
The memory needs to be initialised since NDR will look at the memory to see if it needs to allocate memory for embedded pointers.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
The parameter isn't automatically converted by DispCallFunc, so make sure we pass in the correct size of memory for the function to store its BSTR in.
-
Rob Shearman authored
strgtable needs to be an array of the same size as str, including the nul-terminator.
-
Eric Pouech authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Maarten Lankhorst authored
-
Paul Vriens authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Marcus Meissner authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 24 Nov, 2009 12 commits
-
-
Paul Vriens authored
-
Rob Shearman authored
This is caused by caching a pointer and reference to the data cache's IPersistStorage interface without managing reference counts appropriately.
-
Rob Shearman authored
ole32: Fix a typo in PropertyStorage_WritePropertyToStream that caused the wrong data to be written to the stream. The field pClipData is a pointer to the data to be written, not the start of it.
-
Jeremy White authored
This behavior was discovered by Huw Davies.
-
Nathan Gallaher authored
-
Nathan Gallaher authored
Make sure that mixing table columns returns the expected data. eg: SELECT t1.action, t2.action FROM t1, t2 should return distinct data.
-
Nathan Gallaher authored
Propagate tablename from 'SELECT tablename.column from tablename' queries into VIEW_find_column(). Previously, the tablename had been dropped.
-
Paul Chitescu authored
-
Paul Vriens authored
-
Albert Lee authored
-
Alexandre Julliard authored
-
Andrew Nguyen authored
-