2 Jan
2024
2 Jan
'24
2:22 a.m.
When len is 256, (ARRAY_SIZE(title) - len) is 0. When LoadStringW() is called with the last parameter being zero, a WCHAR string pointer is stored at 'title + 256', writing title out of bounds. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4767