Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: e4bce626d546c0a36f469c139f75f1f329d37c90
https://github.com/WebKit/WebKit/commit/e4bce626d546c0a36f469c139f75f1f329d37c90
Author: Sosuke Suzuki <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOperations.cpp
Log Message:
-----------
Cherry-pick 309303@main (3118ca3aba21).
https://bugs.webkit.org/show_bug.cgi?id=309995
[JSC] Fix null deref in Wasm operationAllocateResultsArray on OOM
https://bugs.webkit.org/show_bug.cgi?id=309995
Reviewed by Yusuke Suzuki.
When JSArray::tryCreateUninitializedRestricted fails due to OOM,
throwOutOfMemoryError is called but we fall through and dereference
the null result in result->initializeIndex() below.
* Source/JavaScriptCore/wasm/WasmOperations.cpp:
(JSC::Wasm::JSC_DEFINE_JIT_OPERATION):
Canonical link: https://commits.webkit.org/309303@main
Canonical link: https://commits.webkit.org/298234.496@webkitglib/2.50
Commit: ee54ab0f75b472f105ac5347821e3dcb3d8ba5b8
https://github.com/WebKit/WebKit/commit/ee54ab0f75b472f105ac5347821e3dcb3d8ba5b8
Author: Philippe Normand <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp
Log Message:
-----------
Cherry-pick 309310@main (08e322cb51cf).
https://bugs.webkit.org/show_bug.cgi?id=308928
[GStreamer][1.28]
fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing.html fails
https://bugs.webkit.org/show_bug.cgi?id=308928
Reviewed by Xabier Rodriguez-Calvar.
When GStreamer 1.28 is used at runtime use videorate with its default
properties, since that works
now in live mode. The previous workaround is kept for older versions.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerVideoCapturer.cpp:
(WebCore::GStreamerVideoCapturer::createConverter):
Canonical link: https://commits.webkit.org/309310@main
Canonical link: https://commits.webkit.org/298234.497@webkitglib/2.50
Compare: https://github.com/WebKit/WebKit/compare/7ebbf5e1f5a6...ee54ab0f75b4
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications