22 Jul
2025
22 Jul
'25
1:57 a.m.
obj->ops->close_handle can indirectly call shrink_handle_table, which will invalidate "entry". Therefore accessing entry->ptr is not valid, neither is comparing "entry" with table->entries, since table->entries might have been reallocated. * * * caught in action: https://gitlab.winehq.org/yshui/wine/-/jobs/175272#L3516 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8615