commit | 71e92dc5e8f56da447865a66df2076e4095a7348 | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Mon Feb 15 20:38:08 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 15 20:38:14 2016 |
tree | e5e84857c42d264d2ef3edc20999d137795a21c7 | |
parent | 092c951c65b5584a8e565f9bc5290ec4a5da7d07 [diff] |
Avoid overflow in WebRtcSpl_Sqrt When the input to WebRtcSpl_Sqrt was the maximum negative value (-2147483648), the calculations would overflow. This is now solved by nudging this particular input value one step. BUG=webrtc:5512 Review URL: https://codereview.webrtc.org/1685743003 Cr-Commit-Position: refs/heads/master@{#11631}
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.