commit | 3fd31fe5023b299a531ee1ac74234aeba75026dd | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Tue Feb 28 13:43:16 2017 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 28 13:43:16 2017 |
tree | fc1fb286a60d03f73fff1616ae9d86e859880856 | |
parent | 4974df41838367e4d50c42bef3be121c7ac6e331 [diff] |
Fix TSAN race in webrtc::voe::Channel. |transport_overhead_per_packet_| and |rtp_overhead_per_packet_| could be read from and written to on different threads concurrently. This CL introduces a lock to GUARD these variables. NOTRY because master.tryserver.webrtc.linux_ubsan_vptr is broken, all other tests pass. BUG=webrtc:7231 NOTRY=True Review-Url: https://codereview.webrtc.org/2710363003 Cr-Commit-Position: refs/heads/master@{#16900}
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.