- 18 Jan, 2024 15 commits
-
-
Zhiyi Zhang authored
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.
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56055
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054
-
Haidong Yu authored
Signed-off-by: Haidong Yu <yuhaidong@uniontech.com>
-
Alex Henrie authored
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55945
-
Bartosz Kosiorek authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
And use SDL otherwise in priority over evdev for abstracted HID device implementation.
-
Rémi Bernon authored
-
- 17 Jan, 2024 25 commits
-
-
Brendan Shanks authored
-
Rémi Bernon authored
-
Rémi Bernon authored
And support updates pushed from the host IME directly.
-
Rémi Bernon authored
-
Rémi Bernon authored
Using a new WINE_IME_POST_UPDATE NtUserMessageCall call for the drivers.
-
Rémi Bernon authored
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56135
-
Bernhard Übelacker authored
-
Alexandre Julliard authored
-
Brendan Shanks authored
-
Dmitry Timoshkov authored
SQL Native Client ODBC driver fails to load if GetProcAddress("NtCompareTokens") returns NULL, however it never calls it. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Nikolay Sivov authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53810Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54613
-
Sven Baars authored
-
David Kahurani authored
A temporary variable is used here to assist with assignment but this does not conform to the coding style in the rest of gdiplus and introduces an unnecessary variable. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-
Zhiyi Zhang authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Alistair Leslie-Hughes authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-