28 May
2024
28 May
'24
8:44 p.m.
If the status was nonzero, we are reading unassigned variable `info->index`, *and* we're masking server error. ```suggestion:-0+0 if (!status && info->index == -1) status = STATUS_INVALID_HANDLE; ``` ```suggestion:-2+0 info->index = reply->index; if (info->index == -1) status = STATUS_INVALID_HANDLE; } ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_67453