Rémi Bernon (@rbernon) commented about dlls/ntdll/unix/file.c:
static NTSTATUS cancel_io( HANDLE handle, IO_STATUS_BLOCK *io, IO_STATUS_BLOCK *io_status, BOOL only_thread ) {
- unsigned int status;
- unsigned int status, count = 8, size;
- obj_handle_t *cancelled_handles;
- HANDLE *handles;
- int i;
- for (;;)
- {
size = count * sizeof(*cancelled_handles);
```suggestion:-0+0 size = count * sizeof(*handles); ```