commit | 622eedaf0fd3362b05085b7dfbd1b986bb072dce | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Fri Nov 23 11:17:51 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 26 16:16:50 2018 |
tree | 7786dbfb84eb45c95399889b8da610ffaaeb59f8 | |
parent | b24c00f02d90261a97fac77c393304f2c170bcc1 [diff] |
Bump variable sizes in response to fuzzer bug The fuzzers detected a possible overflow in the multiplication of sum and gainQ10. Since gainQ10 cannot be larger than 2048000 (see WebRtcIsac_kQGain2Levels) and sum cannot be larger than 2^16, a int64 is large enough to hold the result. Bug: chromium:904909 Change-Id: Icb12821d4006aaaaf70a5735d2abd2b96f7a2f0e Reviewed-on: https://webrtc-review.googlesource.com/c/111921 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25787}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.