- 07 Apr, 2006 40 commits
-
-
Alexandre Julliard authored
ExitWindows kills all current processes and that creates a race with newly started processes. Instead, simply exit and let the new process create a new explorer.
-
Mike Hearn authored
-
Mike Hearn authored
-
Mike Hearn authored
-
Mike Hearn authored
-
Robert Reif authored
Remove bogus release of NULL pointer code found by Coverity.
-
Mike Hearn authored
TMT_FIRSTINT and TMT_LASTINT are the same value here, so the error path would always be taken. Fix to check only that the values are outside the possible range.
-
Paul Vriens authored
-
James Hawkins authored
-
Gerald Pfeifer authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
All the alignment handling is now done in the write_process_memory function inside the server.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Robert Shearman authored
Fix apparent typo in FileMonikerImpl_BindToObject, where ppf was incorrectly passed into IClassFactory_CreateInstance instead of &ppf (found by Coverity).
-
Robert Shearman authored
ole32: Check for pcbSize parameter of CompositeMonikerImpl_GetSizeMax being NULL, rather than non-NULL.
-
Robert Shearman authored
-
Robert Shearman authored
As per MSDN, if the object has no connections then IOleObject::EnumAdvises should return a NULL enumerator and S_OK. This is the case when This->oleAdviseHolder is NULL, so do this and avert a potential NULL dereference of This->oleAdviseHolder (found by Coverity).
-
Robert Shearman authored
Fix typo in LPSAFEARRAY_Unmarshal where the check for the failure of the SafeArrayCreateEx call was missing a dereference operator (found by Coverity).
-
Robert Shearman authored
Remove deadcode in SafeArrayPutElement, as lpBstr cannot be NULL because of the check at the top of the function on pvData (found by Coverity).
-
Robert Shearman authored
Free ptr in console_input_append_hist before returning, otherwise it will be leaked (found by Coverity). Remove the setting of last error on mem_alloc failure, as it is already done in mem_alloc.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Huw Davies authored
-
James Hawkins authored
-
James Hawkins authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
James Hawkins authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-