Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile after closing handle.

This commit is contained in:
Sebastian Lackner
2014-11-25 21:29:26 +01:00
parent bb565dbad1
commit 3a7d42fd2c
5 changed files with 49 additions and 1 deletions

View File

@@ -39,12 +39,13 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [4]:**
**Bugfixes and features included in the next upcoming release [5]:**
* Avoid race-conditions of async WSARecv() operations with write watches.
* Fix issues with dragging layers between images in Adobe Photoshop 7.0 ([Wine Bug #12007](https://bugs.winehq.org/show_bug.cgi?id=12007))
* Implement exclusive mode in PulseAudio backend ([Wine Bug #37042](https://bugs.winehq.org/show_bug.cgi?id=37042))
* Take abs() of vertex z coordinate as FFP fog coordinate
* Wintrust doesn't reset data->pWintrustData->u.pFile->hFile after closing handle ([Wine Bug #36257](https://bugs.winehq.org/show_bug.cgi?id=36257))
**Bugs fixed in Wine Staging 1.7.31 [101]:**