- 19 Apr, 2023 40 commits
-
-
Michael Stefaniuc authored
-
Brendan Shanks authored
(cherry picked from commit fe6294c7)
-
Brendan Shanks authored
(cherry picked from commit 2da11260)
-
Rémi Bernon authored
The pointer might be freed by RPC NdrPointerFree, which will try to use a dedicated free call for the array elements, and fail. (cherry picked from commit 03aa9e13)
-
Alex Henrie authored
Because of padding at the end of the struct, sizeof(*view) is greater than offsetof(struct memory_view, name[0]). Change the allocation to overallocate slightly instead of underallocating slightly. (cherry picked from commit 94d6e616)
-
Brendan Shanks authored
(cherry picked from commit 36bb7175)
-
Serkan Önder authored
Conflicts: po/tr.po (cherry picked from commit 56db5b0b)
-
K.B.Dharun Krishna authored
(cherry picked from commit b46bcd2c)
-
Dmitry Timoshkov authored
(cherry picked from commit 4ec4bdff)
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com> (cherry picked from commit 5ddeae6a)
-
Florian Will authored
ZusiDisplay sometimes loads the same font file into two different PrivateFontCollections using two threads, so there is a race condition when the file is opened without the FILE_SHARE_READ sharing mode. The second call to GdipPrivateAddFontFile() might fail if the first one hasn't closed the file handle yet. (cherry picked from commit b3bf30e7)
-
Florian Will authored
(cherry picked from commit 0ebf3222)
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit 02e3e17b)
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> (cherry picked from commit b99c6756)
-
Zhiyi Zhang authored
(cherry picked from commit 44b92e57)
-
Tingzhong Luo authored
Signed-off-by: Tingzhong Luo <luotingzhong@uniontech.com> (cherry picked from commit c5663827)
-
Giovanni Mascellani authored
The Ubisoft overlay version 135 hot patches and hooks wbem_locator_Release(), but crashes if Release() is called inside CoCreateInstance(), a condition that doesn't appear to happen on Windows. So we try to exhibit the same behavior. (cherry picked from commit 798fbd42)
-
Eric Pouech authored
Also fixes stack dump in crash summary and 'info stack' command. (We were using debugger's bitness instead). Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 5fc54e32)
-
Rémi Bernon authored
To avoid a crash on DLL unload if it wasn't initialized. (cherry picked from commit 17ac4059)
-
Carlos Rodriguez authored
(cherry picked from commit 318b0bbe)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 0c1dcfd3)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54690 (cherry picked from commit 65323a6b)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54663 (cherry picked from commit 6ed4a2e4)
-
Jinoh Kang authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54617 (cherry picked from commit 3fe15349)
-
Jinoh Kang authored
Today, RichEditWndProc_common assumes that ITextServices::TxDraw preserves the brush selection of the given device context. However, this invariant may be broken by misbehaving embedded OLE objects in the text document. Fix this by not assuming that the return value of the second SelectObject() call equals the brush passed to the first SelectObject() call in RichEditWndProc_common's WM_PAINT / WM_PRINTCLIENT case. (cherry picked from commit 2027be7e)
-
Jinoh Kang authored
(cherry picked from commit 3105fad8)
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54563 (cherry picked from commit 333a63c4)
-
Nikolay Sivov authored
(cherry picked from commit 2f229869)
-
Hugh McMaster authored
(cherry picked from commit 1a61a4e1)
-
Hugh McMaster authored
We don't handle errors in export_registry_data() anyway. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54491 (cherry picked from commit f5fe9a6c)
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54449Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 7077c5bc)
-
Piotr Caban authored
We should probably ignore all incorrect ports. This is a minimal change that restores 5dadeeb2 commit. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54379 (cherry picked from commit 48d3271f)
-
Piotr Caban authored
(cherry picked from commit 4a8cdc2b)
-
Gijs Vermeulen authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54581 (cherry picked from commit a4e51c6b)
-
Illia Polishchuk authored
Windows d3d9 always draws only a single instance for non-indexed draws. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54570 (cherry picked from commit af65f0c9)
-
Illia Polishchuk authored
Windows d3d9 always draws only a single instance for non-indexed draws. (cherry picked from commit 6df6c7fe)
-
Jinoh Kang authored
Introduce a temporary variable, `other_para`, so that we don't end up returning incorrect para (with stale run) inside the output cursor. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54564 (cherry picked from commit 7e28fa5c)
-
Jinoh Kang authored
(cherry picked from commit 21d25b17)
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54432Signed-off-by: Eric Pouech <eric.pouech@gmail.com> (cherry picked from commit 89d42d64)
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52506 (cherry picked from commit aa21d1ac)
-