Alexandre Julliard pushed to branch master at wine / wine
Commits:
811a7aae by Brendan McGrath at 2025-04-01T22:36:07+02:00
mfplat/tests: Fix crash in MFShutdown on Windows.
It seems Windows will crash on a subsequent call to MFShutdown if
a local byte/scheme handler is registered outside corresponding calls
to MFStartup/MFShutdown.
- - - - -
ce5aa686 by Brendan McGrath at 2025-04-01T22:36:07+02:00
mfplat/tests: Fix leak of media events.
- - - - -
f6980ad7 by Brendan McGrath at 2025-04-01T22:36:07+02:00
mfplat/tests: Fix leak of media source.
If IMFMediaSource::Shutdown is not called, then the streams are not
released and they continue to hold a reference to the IMFMediaSource, so
the reference count of the source never reaches 0.
- - - - -
bf5eec8a by Brendan McGrath at 2025-04-01T22:36:07+02:00
winegstreamer: Allow NULL for time_format.
Allow the value of pguidTimeFormat to be NULL on a call to
IMFMediaSource::Start. Currently, if NULL is used, Wine crashes with
a SIGSEGV.
MS documentation states:
This parameter can be NULL. If the value is NULL, it is equivalent to GUID_NULL.
https://learn.microsoft.com/en-us/windows/win32/api/mfidl/nf-mfidl-imfmedia…
- - - - -
469984b4 by Brendan McGrath at 2025-04-01T22:36:07+02:00
mfsrcsnk: Allow NULL for time_format.
Allow the value of pguidTimeFormat to be NULL on a call to
IMFMediaSource::Start. Currently, if NULL is used, Wine crashes with
a SIGSEGV.
MS documentation states:
This parameter can be NULL. If the value is NULL, it is equivalent to GUID_NULL.
https://learn.microsoft.com/en-us/windows/win32/api/mfidl/nf-mfidl-imfmedia…
- - - - -
3 changed files:
- dlls/mfplat/tests/mfplat.c
- dlls/mfsrcsnk/media_source.c
- dlls/winegstreamer/media_source.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc3f2618849a161b61e905b3239d4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc3f2618849a161b61e905b3239d4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b577eb8 by Alexandre Julliard at 2025-04-01T12:56:49+02:00
ntdll: Only enable redirection around the calls that access the file system.
- - - - -
574f80be by Alexandre Julliard at 2025-04-01T12:56:50+02:00
ntdll: Add a helper to build an NT name from the system directory.
- - - - -
4220e680 by Alexandre Julliard at 2025-04-01T22:36:07+02:00
ntdll: Try to open dll mappings from the KnownDlls directory first.
- - - - -
fc3f2618 by Paul Gofman at 2025-04-01T22:36:07+02:00
kernel32/tests: Add tests for known dlls load specifics.
- - - - -
3 changed files:
- dlls/kernel32/tests/module.c
- dlls/ntdll/loader.c
- dlls/ntdll/ntdll_misc.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/908f9eb20ff7511fe7f717d1a72d0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/908f9eb20ff7511fe7f717d1a72d0…
You're receiving this email because of your account on gitlab.winehq.org.
Paul Gofman pushed to branch master at wine / wine-staging
Commits:
5b64f435 by Paul Gofman at 2025-04-01T14:56:02-06:00
ntdll-ForceBottomUpAlloc: Rebase and re-enable.
- - - - -
5 changed files:
- patches/ntdll-ForceBottomUpAlloc/0001-ntdll-Increase-step-after-failed-map-attempt-in-try_.patch
- patches/ntdll-ForceBottomUpAlloc/0002-ntdll-Increase-free-ranges-view-block-size-on-64-bit.patch
- patches/ntdll-ForceBottomUpAlloc/0003-ntdll-Force-virtual-memory-allocation-order.patch
- patches/ntdll-ForceBottomUpAlloc/0004-ntdll-Exclude-natively-mapped-areas-from-free-areas-.patch
- patches/ntdll-ForceBottomUpAlloc/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/5b64f435e92f270c4792ae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/5b64f435e92f270c4792ae…
You're receiving this email because of your account on gitlab.winehq.org.
Paul Gofman pushed to branch master at wine / wine-staging
Commits:
441fd5f4 by Paul Gofman at 2025-04-01T12:28:07-06:00
Rebase against 908f9eb20ff7511fe7f717d1a72d0e2e8911887d.
- - - - -
4 changed files:
- − patches/shell32_enumerableobejct/0001-shell32-Added-stub-for-IEnumObjects-interface.patch
- − patches/shell32_enumerableobejct/0002-shell32-Added-stub-for-IObjectCollection-interface.patch
- − patches/shell32_enumerableobejct/definition
- patches/wineboot-ProxySettings/0001-wineboot-Initialize-proxy-settings-registry-key.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/441fd5f42235f49a7f4d65…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/441fd5f42235f49a7f4d65…
You're receiving this email because of your account on gitlab.winehq.org.