"Alexandre" == Alexandre Julliard julliard@winehq.org writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> Changelog: wine/dlls/ntdll/file.c: NtReadFile() Reject a NULL buffer
Alexandre> That should be handled by the EFAULT case already. Why does Alexandre> it make a difference for you?
The EFAULT handler doesn't trigger for the test in wine/dll/kernel/test/file.c:1389
Without the extra check, the test fails.