1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
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 makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
compstui_main.c compstui: Fix a possible out-of-bounds write (Coverity). 2024-01-18 18:08:48 +01:00
compstui.rc
compstui.spec
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00