26 Nov
2022
26 Nov
'22
7:28 p.m.
On Sat Nov 26 19:26:44 2022 +0000, Piotr Caban wrote:
In bug you have attached test application. It will not be fixed by this change. errno should be set in ```c if (info_nd == &MSVCRT___badioinfo) { *_errno() = EBADF; ret = -1; } ``` case. Please also add the test to wine. Maybe different errno should be set in `alloc_pioinfo_block`. This will need some more testing.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1553#note_17574