- 30 Nov, 2009 27 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Dan Kegel authored
-
Paul Chitescu authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Jacek Caban authored
Pointed out by Dan Kegel.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Rob Shearman authored
-
Dan Kegel authored
-
Austin Lund authored
-
John Klehm authored
-
- 29 Nov, 2009 13 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
-