6 Jun
2025
6 Jun
'25
4:17 p.m.
getItemAndInstanceFromTable only checks if the table is NULL, but didn't check if it actually contains any entries. It just assumes it does and will return index 1 in some cases, resulting in out-of-bound access of the table down the line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8230