Added patch to restore original error code in rpcrt4 when ReadFile fails with ERROR_MORE_DATA.

This commit is contained in:
Sebastian Lackner
2015-06-03 22:31:02 +02:00
parent 78327e5ead
commit fd6ff0999c
6 changed files with 92 additions and 90 deletions

2
debian/changelog vendored
View File

@@ -17,6 +17,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
* Added patch to silence test failures in ntdll/directory tests.
* Added patches for support of FileLinkInformation (fixes Wine Staging Bug
#297).
* Added patch to restore original error code in rpcrt4 when ReadFile fails
with ERROR_MORE_DATA.
* Removed patch to fix NULL pointer dereference in get_frame_by_name
(identical patch accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 31 May 2015 14:46:37 +0200