Alexandre Julliard pushed to branch master at wine / wine
Commits:
05e2f028 by Paul Gofman at 2025-02-14T22:54:01+01:00
ntoskrnl.exe/tests: Open directory object with nonzero access in test_permanent().
- - - - -
5b5198cc by Paul Gofman at 2025-02-14T22:54:07+01:00
httpapi: Don't open files with zero access.
- - - - -
a1a0a0d9 by Paul Gofman at 2025-02-14T22:54:07+01:00
kernel32: Don't open reg keys with zero access mask.
- - - - -
1f4a3ffd by Paul Gofman at 2025-02-14T22:54:07+01:00
setupapi: Don't open reg keys with zero access mask.
- - - - -
eaa945c6 by Paul Gofman at 2025-02-14T22:54:07+01:00
devenum: Don't open reg keys with zero access mask.
- - - - -
40e2b1ea by Paul Gofman at 2025-02-14T22:54:07+01:00
quartz: Don't open reg keys with zero access mask.
- - - - -
c486efb4 by Paul Gofman at 2025-02-14T22:54:07+01:00
wbemprox: Don't open reg keys with zero access mask.
- - - - -
9dbed9c6 by Paul Gofman at 2025-02-14T22:54:07+01:00
shell32: Don't open reg keys with zero access mask.
- - - - -
3c29dc1e by Paul Gofman at 2025-02-14T22:54:07+01:00
server: Check for zero access in alloc_handle().
- - - - -
16 changed files:
- dlls/advapi32/tests/security.c
- dlls/devenum/mediacatenum.c
- dlls/httpapi/httpapi_main.c
- dlls/kernel32/profile.c
- dlls/kernel32/tests/sync.c
- dlls/ntdll/tests/om.c
- dlls/ntdll/tests/reg.c
- dlls/ntoskrnl.exe/tests/driver.c
- dlls/quartz/filtermapper.c
- dlls/setupapi/devinst.c
- dlls/setupapi/tests/devinst.c
- dlls/shell32/classes.c
- dlls/shell32/shellpath.c
- dlls/wbemprox/reg.c
- server/device.c
- server/handle.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a99b5dcd7175df6497826e705166a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a99b5dcd7175df6497826e705166a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1226ede1 by Torge Matthies at 2025-02-14T21:02:48+01:00
ntdll: Add sys_membarrier-based implementation of NtFlushProcessWriteBuffers.
Uses the MEMBARRIER_CMD_PRIVATE_EXPEDITED membarrier command introduced in Linux 4.14.
- - - - -
e895695b by Torge Matthies at 2025-02-14T21:02:48+01:00
ntdll: Add thread_get_register_pointer_values-based implementation of NtFlushProcessWriteBuffers.
- - - - -
1 changed file:
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19dc4bd192416dd570b1cb8f45dae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19dc4bd192416dd570b1cb8f45dae…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c07e556 by Zhiyi Zhang at 2025-02-14T16:21:10+01:00
winex11.drv: Go though WithdrawnState when transitioning from IconicState to NormalState.
When transitioning a window from IconicState to NormalState and the window is managed, go through
WithdrawnState. This is needed because Mutter doesn't unmap windows when making windows iconic/minimized
as Mutter needs to support live preview for minimized windows. So on Mutter, a window can be both
iconic and mapped. If the window is mapped, then XMapWindow() will have no effect according to the
XMapWindow() documentation. Thus we have to transition to WithdrawnState first, then to NormalState.
Fix Mass Effect Legendary Edition (1328670) starts minimized.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4c07e5568e5c70a7899839ab85dee6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4c07e5568e5c70a7899839ab85dee6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5b499183 by Dmitry Timoshkov at 2025-02-14T16:21:05+01:00
wldap32: Enable libldap tracing with +wldap32 channel.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
bb4aa5aa by Dmitry Timoshkov at 2025-02-14T16:21:05+01:00
wldap32: Don't use win32 constant when calling into libldap.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/wldap32/init.c
- dlls/wldap32/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bcb7691875a94e9d730f8920eb2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bcb7691875a94e9d730f8920eb2…
You're receiving this email because of your account on gitlab.winehq.org.