Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8b20220f4c45b7051687abb7d332136bd0534d05
https://github.com/WebKit/WebKit/commit/8b20220f4c45b7051687abb7d332136bd0534d05
Author: Youenn Fablet <[email protected]>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
A LayoutTests/http/wpt/webrtc/unset-transform-expected.txt
A LayoutTests/http/wpt/webrtc/unset-transform.html
A LayoutTests/http/wpt/webrtc/unset-transform.js
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/Modules/mediastream/RTCEncodedStreamProducer.cpp
Log Message:
-----------
Crash in RTCEncodedStreamProducer::writeFrame, m_transformBackend nullptr
rdar://165687266
https://bugs.webkit.org/show_bug.cgi?id=303383
Reviewed by Kimmo Kinnunen.
There is a race condition with RTCEncodedStreamProducer when unsetting
transforms between writing a frame and clearing the transform.
We add a nullptr check to prevent this race.
Test: http/wpt/webrtc/unset-transform.html
Canonical link: https://commits.webkit.org/303908@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications