wine/dlls/compstui
Zhiyi Zhang 6164432aa7 compstui: Fix a possible out-of-bounds write (Coverity).
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.
2024-01-18 18:08:48 +01:00
..
tests
compstui.rc
compstui.spec
compstui_main.c compstui: Fix a possible out-of-bounds write (Coverity). 2024-01-18 18:08:48 +01:00
Makefile.in