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
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.