commit | 6f142eb36ed2bcc8c3b7557daf6839e976ccd4b8 | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Tue Feb 21 07:32:47 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 21 15:32:47 2017 +0000 |
tree | 6831eea0181982d57faa7bbe0286f2772775fb0f | |
parent | 5ef2bc191428928ee27f853c722f2ebd7d0a8a0c [diff] |
Add protection for RTCPSender::max_packet_size_. This cl protects the access to the max_packet_size_, without fixing the underlying race; the value is simply copied to a local variable, whose value might be stale when used. BUG=webrtc:7189 Review-Url: https://codereview.webrtc.org/2704263003 Cr-Commit-Position: refs/heads/master@{#16754}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.