Alexandre Julliard pushed to branch master at wine / wine
Commits:
71ae6e6d by Hans Leidekker at 2025-07-31T21:00:05+09:00
include: Comment reference to undefined activation interface.
- - - - -
acedc9fd by Hans Leidekker at 2025-07-31T21:00:06+09:00
widl: Check activation method parameters.
- - - - -
eb234af2 by Hans Leidekker at 2025-07-31T21:00:06+09:00
widl: Check composition method parameters.
- - - - -
e653181f by Hans Leidekker at 2025-07-31T21:00:06+09:00
include: Add missing runtimeclass contract attributes.
- - - - -
dd77d4a2 by Hans Leidekker at 2025-07-31T21:00:07+09:00
widl: Require runtimeclass contract or version attribute.
- - - - -
7 changed files:
- dlls/windows.gaming.input/provider.idl
- include/windows.devices.enumeration.idl
- include/windows.devices.geolocation.idl
- include/windows.devices.usb.idl
- include/windows.media.devices.idl
- tools/widl/attribute.c
- tools/widl/parser.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c6d42ce04609139b0b7a1e11dadd8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c6d42ce04609139b0b7a1e11dadd8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
22e764c7 by Csányi István at 2025-07-31T20:59:29+09:00
winebus.sys: Fix DualSense BT quirk.
We need to memmove 11 bytes, otherwise buffer[10] ends up as a copy of
buffer[9] which resulted in the second byte of button state being
wrongly re-used as a third byte as well.
The original code did not suffer from this - while the length check was
also one off, and likely informed the one off memmove, the buffer
pointer was just incremented so everything "moved" correctly.
Fixes: c708295ed6de ("winebus: Move Sony controllers report fixups to PE side.")
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56883
Signed-off-by: Arkadiusz Hiler <ahiler(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/winebus.sys/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/22e764c7a067ef8348aee0c21a6fb9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/22e764c7a067ef8348aee0c21a6fb9…
You're receiving this email because of your account on gitlab.winehq.org.