- 30 Nov, 2009 33 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
Event data was overwritten by TME_QUERY response.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
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 7 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
-