31 Aug
2023
31 Aug
'23
11:41 p.m.
Yuxuan Shui (@yshui) commented about dlls/ntdll/sync.c:
while (i && !(i->state & SRWLOCK_WAITER_STATE_IS_EXCLUSIVE)) { shared_owner_count += 1; - new_head = i; + new_head = i->next;
Fixed a typo here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3504#note_44031