Alexandre Julliard pushed to branch master at wine / wine
Commits:
112bd1cb by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Fix get_core_id_regs_arm64() prototype for non-Linux platforms.
- - - - -
38462725 by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Pass the Unix prot flags to the map_fixed_area() helper.
- - - - -
306e2450 by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Don't set VPROT_WRITEWATCH flag on pages when using kernel write watches.
This makes it possible to use VPROT_WRITEWATCH for other purposes and
fixes handling of exec+write exceptions that was broken by
c52eab909d3129cba7278454de5b4b5417ab943c.
- - - - -
91731901 by Alexandre Julliard at 2025-06-25T22:51:33+02:00
win32u: Add a helper to convert file names to NT format consistently.
- - - - -
3 changed files:
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/virtual.c
- dlls/win32u/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dffc7d70802497ab6015b065e3ed0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dffc7d70802497ab6015b065e3ed0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6abdc21a by Brendan McGrath at 2025-06-25T22:51:33+02:00
mfreadwrite/tests: Check DEFAULT_STRIDE is not always present.
MF_MT_DEFAULT_STRIDE should not be present when
MF_SOURCE_READER_ENABLE_ADVANCED_VIDEO_PROCESSING is TRUE.
- - - - -
5bbe08a7 by Brendan McGrath at 2025-06-25T22:51:33+02:00
mfreadwrite: Fix media type output when video processor is used.
- - - - -
2 changed files:
- dlls/mfreadwrite/reader.c
- dlls/mfreadwrite/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7a0aa5808b10363eb69d348f5f2b7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7a0aa5808b10363eb69d348f5f2b7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
18f55c30 by Yuxuan Shui at 2025-06-25T12:17:27+02:00
crypt32: Don't release context in CSignedEncodeMsg_Open.
The docs say it should be released in the last CryptMsgUpdate, but tests show
it's actually released in CryptMsgClose. So let's do the same.
This solve a use-after-free issue for signed messages, because they contains
HCRYPTHASH objects which references the context internally, and will use it
in CryptDestroyHash. If the context is released in CSignedEncodeMsg_Open, this
will be a use-after-free.
- - - - -
2 changed files:
- dlls/crypt32/msg.c
- dlls/crypt32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18f55c306e59ef21701f16463db68c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18f55c306e59ef21701f16463db68c…
You're receiving this email because of your account on gitlab.winehq.org.