commit | 27c7b8ff115205653c84631fb2650f03b7fda33a | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Fri Sep 09 09:04:38 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 09 09:04:45 2016 |
tree | 47b0caedbe1a6b494d2e0283fbec86f680cc31fd | |
parent | 3fa35172cd1a5cb65f95e94fb053346e55b98f3a [diff] |
VadCore: Allow signed multiplication overflow that we don't know how to fix The right thing to do would be to ensure that the multiplication can't overflow, but that'd be a major change bordering on a rewrite, and would take too much time. So instead, we just instruct UBSan to look the other way. BUG=chromium:634834 Review-Url: https://codereview.webrtc.org/2318083002 Cr-Commit-Position: refs/heads/master@{#14154}
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.