Added patch to fix wineserver crash when pipe server object is destroyed before client (fixes Wine Staging Bug #393).

This commit is contained in:
Sebastian Lackner
2015-06-17 13:52:46 +02:00
parent 0bef3b01c4
commit 31bd06cb42
3 changed files with 124 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -3,6 +3,8 @@ wine-staging (1.7.46) UNRELEASED; urgency=low
* Added patch to improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x.
* Added patch to globally invalidate key state on changes in other threads.
* Added patch to fix possible use-after-free in wineserver device IPR code.
* Added patch to fix wineserver crash when pipe server object is destroyed
before client (fixes Wine Staging Bug #393).
* Removed patch for implementation of GdipCreateRegionRgnData (accepted
upstream).
* Removed patch to fix output buffer size for IOCTL_DVD_READ_STRUCTURE