Fix issue with invalid handles being incorrect when a new process is created.

This commit is contained in:
Erich E. Hoover
2015-01-04 23:40:46 -07:00
parent abdef6b13c
commit ad5dcc9752
5 changed files with 207 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Fix issue in DOS Attributes patch which broke ./configure on systems with alternative shells.
* Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps.
* Fix issue in ws2_32-WriteWatches patch which can cause exceptions on the signal stack.
* Fix issue with invalid handles being incorrect when a new process is created.
* Added patch for CreateProcess to prioritize the working directory over the system search path.
* Added patch with stubs for WinSqm[Start|End]Session.
* Added patch to fix handling of subdirectory in FtpFindFirstFile.