Re: [2/2] kernel32: Remove a 0-length read optimization from ReadFile.

2013-09-12 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Alexandre Julliard wrote: > >> > This matches WriteFile behaviour and ensures that invalid parameters are >> > properly handled and fields in the OVERLAPPED structure are initialized. >> >> This is again causing test failures. Please do a full test run before >> sendi

Re: [2/2] kernel32: Remove a 0-length read optimization from ReadFile.

2013-09-12 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > > This matches WriteFile behaviour and ensures that invalid parameters are > > properly handled and fields in the OVERLAPPED structure are initialized. > > This is again causing test failures. Please do a full test run before > sending patches. Could you please list

Re: [2/2] kernel32: Remove a 0-length read optimization from ReadFile.

2013-09-12 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This matches WriteFile behaviour and ensures that invalid parameters are > properly handled and fields in the OVERLAPPED structure are initialized. This is again causing test failures. Please do a full test run before sending patches. -- Alexandre Julliard julli...@w