[PATCH] msvcrt: Ignore inherited FDs with invalid handles in msvcrt_init_io().

Paul Gofman pgofman at codeweavers.com
Mon Feb 15 08:40:35 CST 2021


On 2/15/21 17:27, Piotr Caban wrote:
> Hi Paul,
> +    count = min(count, (si.cbReserved2 - sizeof(unsigned)) /
> (sizeof(HANDLE) + 1));
> count is never used after the last assignment. It probably makes sense
> to change the code to something like:
Thanks, I will update the test.

>
> Is there any reason for removing the "test inherit block with larger
> size" test? 
Oh no, it happened by accident, sorry.



More information about the wine-devel mailing list