Added patch to reject setting EOF on memory mapped files (fixes Wine Staging Bug #471).

This commit is contained in:
Sebastian Lackner
2015-08-22 06:02:36 +02:00
parent f1045ce6bb
commit cbf392300d
5 changed files with 165 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -22,6 +22,8 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
NtWaitForSingleObject.
* Added patch to block deallocation of thread stack for current thread (fixes
Wine Staging Bug #241).
* Added patch to reject setting EOF on memory mapped files (fixes Wine Staging
Bug #471).
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted