Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: dd9f9e1ef0cca9626cf5f18286abf56908ad99b3
https://github.com/WebKit/WebKit/commit/dd9f9e1ef0cca9626cf5f18286abf56908ad99b3
Author: Youenn Fablet <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/dtls/dtls_transport.cc
Log Message:
-----------
Cherry-pick [email protected] (17b41f27a761).
https://bugs.webkit.org/show_bug.cgi?id=317270
missing UnsubscribeReadyToSend/NetworkRouteChanged in LibWebRTC
~DtlsTransportInternalImpl causes use-after-free
rdar://177131722
Reviewed by Eric Carlson.
We unregister all callbacks that were registered when connecting to the ICE
transport.
Test validated with a specific STUN server.
* Source/ThirdParty/libwebrtc/Source/webrtc/p2p/dtls/dtls_transport.cc:
Identifier: [email protected]
Canonical link: https://commits.webkit.org/317695.212@webkitglib/2.54
Commit: 130cbb0bb5dcfd8bdd80fb0b7b865829cae97b7d
https://github.com/WebKit/WebKit/commit/130cbb0bb5dcfd8bdd80fb0b7b865829cae97b7d
Author: Youenn Fablet <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.cpp
Log Message:
-----------
Cherry-pick [email protected] (747321afe7db).
https://bugs.webkit.org/show_bug.cgi?id=317270
missing bounds check in RtpPacket::SetCsrcs for
RTCEncodedVideoFrameMetadata.contributingSources
rdar://177147013
Reviewed by Eric Carlson.
There is no use of updating csrcs, especially since this functionality is
off by default.
We remove updating csrcs from RTCEncodedVideoFrame constructor for now.
We also remove dependencies and spatial index as they are not used either.
*
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.cpp:
(WebCore::LibWebRTCRtpTransformableFrame::setOptions):
Identifier: [email protected]
Canonical link: https://commits.webkit.org/317695.213@webkitglib/2.54
Compare: https://github.com/WebKit/WebKit/compare/9d899104d9b0...130cbb0bb5dc
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications