Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f9a8c97fce947ff4cd233f47cebe1863d2b4ba1c
https://github.com/WebKit/WebKit/commit/f9a8c97fce947ff4cd233f47cebe1863d2b4ba1c
Author: Philippe Normand <[email protected]>
Date: 2026-05-25 (Mon, 25 May 2026)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.cpp
Log Message:
-----------
[GStreamer][WebRTC][Rice]
imported/w3c/web-platform-tests/webrtc/RTCDataChannel-send-close-array-buffer.window.html
flaky crashes
https://bugs.webkit.org/show_bug.cgi?id=315469
Reviewed by Xabier Rodriguez-Calvar.
Protect access to the streams hashmap using a mutex, otherwise we might crash
when being notified of
incoming data while a close procedure is on-going.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.cpp:
(webkitGstWebRTCIceAgentAddStream):
(webkitGstWebRTCIceAgentSetTos):
(webkitGstWebRTCIceAgentClosed):
(findStreamAndApply):
(webkitGstWebRTCIceAgentConfigure):
(webkitGstWebRTCIceAgentGatheringDoneForStream):
(webkitGstWebRTCIceAgentLocalCandidateGatheredForStream):
(webkitGstWebRTCIceAgentNewSelectedPairForStream):
(webkitGstWebRTCIceAgentComponentStateChangedForStream):
Canonical link: https://commits.webkit.org/313836@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications