Rebase against 1dedd90e8c56ff61772915d575a43ad6c95813cd.

[rpcrt4-Pipe_Transport]
Removed patch to restore original error code when ReadFile fails with
ERROR_MORE_DATA (fixed upstream).
This commit is contained in:
Sebastian Lackner
2016-10-09 19:10:44 +02:00
parent 2c7ec3747f
commit 2b8aff1781
5 changed files with 46 additions and 100 deletions

View File

@@ -2,6 +2,5 @@ Fixes: [17195] Support for named pipe message mode (Linux only)
Fixes: Improve ReadDataAvailable handling in FilePipeLocalInformation class
Fixes: Set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile
FIxes: Return proper status codes when NtReadFile/NtWriteFile is called on closed (but not disconnected) pipe
Depends: rpcrt4-Pipe_Transport
Depends: server-Desktop_Refcount
Category: stable