server: Fix crash when calling GetNamedPipeHandleState on partially closed pipe.
commitee02530bc4ab4a85f6b7b0db847b8fe566f76f16
authorSebastian Lackner <sebastian@fds-team.de>
Mon, 23 Nov 2015 06:23:45 +0000 (23 07:23 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Nov 2015 14:35:16 +0000 (23 23:35 +0900)
treede328e78ea4ac584a6371be0bd508775abddb84e
parent78948b24b72aeb6c5b33e2630ccb817097829251
server: Fix crash when calling GetNamedPipeHandleState 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