mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
6164432aa7
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. |
||
---|---|---|
.. | ||
tests | ||
compstui.rc | ||
compstui.spec | ||
compstui_main.c | ||
Makefile.in |