server: Fix crash when calling SetNamedPipeHandleState on partially closed pipe.
authorSebastian Lackner <sebastian@fds-team.de>
Mon, 23 Nov 2015 06:24:07 +0000 (07:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Nov 2015 14:35:16 +0000 (23:35 +0900)
commitace9d329e9c1bae6a4d15d98482a67b802721348
tree6e52b14391dd125124aa5d628403f9de3be1e8df
parentee02530bc4ab4a85f6b7b0db847b8fe566f76f16
server: Fix crash when calling SetNamedPipeHandleState on partially closed pipe.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/tests/pipe.c
server/named_pipe.c