commit | 1e688612ccd86cfe42d129118d90ae567502bdd3 | [log] [tgz] |
---|---|---|
author | Sameer Vijaykar <samvi@google.com> | Wed Aug 10 20:48:03 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 08:07:20 2022 |
tree | ec2bc4cb1289c5009a3ed7ebf481b3be53e3682f | |
parent | 6af2ac41ac9240d8d3cfcd47e4f57c5c25f168c9 [diff] |
Fix use after free in UdpPort SendStunBindingRequest can cause a SocketAddress pointed to by the iterator to be deleted asynchronously before returning, causing `it` to be invalid when incrementing in the continuation step. Bug: webrtc:7309, webrtc:14131 Change-Id: I3f7d3d7c12935d9592ef3642679a821c58826df9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/270744 Commit-Queue: Sameer Vijaykar <samvi@google.com> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37741}
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.