commit | 5bc3945f8f2c5922780f6e2c4840b34bb0739632 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Thu Dec 15 18:42:09 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 15 18:42:17 2016 |
tree | daabe5b9cb79b055a80ac6e9a9db30773901f583 | |
parent | b3564adc91b0ff047ac29a9855ec96b247bf0634 [diff] |
Fix integer overflow in ProbeController. Previously ProbeController would overflow int when calculating min_bitrate_to_probe_further_bps and when probing bitrate is above 17 Mbps. The problem was introduced in https://codereview.webrtc.org/2504023002. Fixed ProbeController to use int64_t internally for bitrate calculations. BUG=6332 Review-Url: https://codereview.webrtc.org/2574533002 Cr-Commit-Position: refs/heads/master@{#15642}
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.