- 08 Jan, 2024 4 commits
-
-
Jinoh Kang authored
-
Jinoh Kang authored
This is required to support systems with a larger XSAVE area.
-
Jinoh Kang authored
`(BYTE *)dst_ex - (BYTE *)dst` is the size of the legacy context, but `dst_ex->All` already contains the legacy context. Therefore, `context_length` has the legacy context size added *twice*. This becomes a problem when `context_length` exceeds `sizeof(src_context_buffer)`. This confuses `check_changes_in_range()`, causing out-of-bounds read and unpredictable test results.
-
Jinoh Kang authored
The penultimate element of `ranges_x86` array has an incorrect value: it should be *at least* 0x2f0, which is the minimum size of an extended context. Fix this by setting it to 0x440, which is the minimum size of an extended context *with* CONTEXT_I386_XSTATE. This is consistent with `ranges_amd64`, the penultimate element of which has the minimum size of an extended context *with* CONTEXT_AMD64_XSTATE. Note that the incorrect value does not always lead to a test failure, since check_changes_in_range_() effectively ignores range `start`s that are not in order. Reproducing the failure requires a system with a sufficiently large XSAVE area; specifically, the following condition is necessary for check_changes_in_range_() to pick up the wrong value: 0x2cc < 0x294 + src_ex->XState.Length - sizeof(XSTATE).
-
- 05 Jan, 2024 7 commits
-
-
Alexandre Julliard authored
-
André Zwing authored
-
André Zwing authored
-
Zsolt Vadasz authored
-
Zsolt Vadasz authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56134
-
Zebediah Figura authored
Fixes: 5b60f464 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56113
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56130
-
- 04 Jan, 2024 6 commits
-
-
Bernhard Kölbl authored
These got obsolete with eaca0f44. Signed-off-by: Bernhard Kölbl <bkoelbl@codeweavers.com>
-
Zebediah Figura authored
Fixes: b2f13103 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55540
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56117
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56117
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56110
-
Eric Pouech authored
This mainly allows Wine to reset the tty settings upon termination and not let gdb do it (cf bug report). Change: user is now required to explicitely terminate gdb ('quit' command) upon debuggee termination. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56032Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
- 03 Jan, 2024 4 commits
-
-
Eric Pouech authored
So that ddraw isn't always loaded, esp. for app not requesting vmr7. Could lower memory pressure on 32bit. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Gabriel Ivăncescu authored
Fixes a regression introduced by 7255f63a, which effectively made the taskbar always visible even when virtual desktop was supposed to be fullscreen. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Jan, 2024 5 commits
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Esme Povirk authored
-
Byeongsik Jeon authored
-
Alexandre Julliard authored
All paths are relative to the installation directory by default.
-
Alexandre Julliard authored
That variable is not used by the server.
-
- 01 Jan, 2024 1 commit
-
-
Alexandre Julliard authored
-
- 27 Dec, 2023 6 commits
-
-
Yuxuan Shui authored
DMUS_PMSG::dwType is the type of the message, but we are comparing it to curve types. We should be using DMUS_CURVE_PMSG::bType instead.
-
Lauri Kenttä authored
-
Lauri Kenttä authored
-
Brendan Shanks authored
F_GETPATH is currently only implemented on macOS. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56047
-
Brendan Shanks authored
-
Fan WenJie authored
Signed-off-by: Fan WenJie <fanwj@mail.ustc.edu.cn>
-
- 22 Dec, 2023 7 commits
-
-
Alexandre Julliard authored
-
Paul Gofman authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
-