Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile.

This commit is contained in:
Sebastian Lackner
2015-06-04 00:07:19 +02:00
parent fd6ff0999c
commit 9acb14c728
5 changed files with 57 additions and 3 deletions

2
debian/changelog vendored
View File

@@ -19,6 +19,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
#297).
* Added patch to restore original error code in rpcrt4 when ReadFile fails
with ERROR_MORE_DATA.
* Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe
in NtQueryInformationFile.
* 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