- 17 Dec, 2007 5 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Maarten Lankhorst authored
-
Marcus Meissner authored
-
- 14 Dec, 2007 35 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Sam Dennis authored
advapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point to the same address.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Maarten Lankhorst authored
-
Rob Shearman authored
-
Aric Stewart authored
-
Rob Shearman authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Andrew Talbot authored
-
Jacek Caban authored
These registries are present in a fresh Windows installation, but they cause problems with native IE, so let's handle them as we do with IE version key.
-
Jacek Caban authored
-
Jacek Caban authored
-
Rob Shearman authored
Out-of-memory check is performed by NdrAllocate and so isn't required to be done in the unmarshalling functions.
-
Rob Shearman authored
-
Rob Shearman authored
Tests show that NdrPointerFree (and hence NdrFree) don't check whether the memory was allocated with NdrAllocate before freeing it. This makes sense as servers don't need to use NdrAllocate to allocate memory being returned and so this commit caused that memory to be leaked. NdrAllocate hasn't been changed as the tests show it is correct and it appears that the memory list is used to implement the RpcSs memory model.
-
Rob Shearman authored
-