commit | ac87c8df2780cb12c74942ec8a473718c76cb5b7 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Mar 16 21:17:38 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 16 23:22:15 2023 |
tree | b29415b2f6117275699d9e543e3726abe0198e23 | |
parent | c4edef7c738bf224a22b9a70532acd4e658cf4ab [diff] |
Temporary fix to guard against sctp_data_channels_ being modified. Following https://webrtc-review.googlesource.com/c/src/+/297100 it seems that sctp_data_channels_ gets modified while we're iterating through it. This temporary fix creates a copy of the array and iterates through the copy instead of sctp_data_channels_. A follow-up CL (or CLs) will provide more clarity, testing and regression guards. Bug: webrtc:15004 Change-Id: I0cb5dfb6829d36b51328875c8c9cfa392ff393a7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297981 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39584}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.