ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of EOF.
commitb0d3b5b69cf0be469a94a7330285a82f534ca3f1
authorPaul Gofman <pgofman@codeweavers.com>
Sun, 19 Apr 2020 23:06:00 +0000 (20 02:06 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Apr 2020 10:55:32 +0000 (23 12:55 +0200)
treef86e3b66e84e3737c889c58d7a024e51492d1af9
parent18590bb2fbe511d1720ef84a17e1d0c809b35622
ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of EOF.

Fixes crashes in "Planet Zoo" during character or game save.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/file.c
dlls/ntdll/tests/file.c