commit | ae93f0412a05cd1f865b6c0abb6d234bbfa4fe12 | [log] [tgz] |
---|---|---|
author | Sam Zackrisson <saza@webrtc.org> | Tue May 15 11:41:45 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 15 13:01:42 2018 |
tree | c5324ffa95190e98730d4d900ef83ec9ba2b2082 | |
parent | 59216ec4a4151b1ba5478c8f2b5c9f01f4683d7f [diff] |
Make an energy computation not overflow in iLBC PLC The current implementation carefully shifts down the energy so as not to overflow. The fuzzer audio_decoder_ilbc_fuzzer found an integer overflow anyway. The energy is only used for a threshold check. This fix stops the energy computation when the threshold is reached, before it can overflow. Bug: chromium:837922 Change-Id: I45e84d2d271a37e6476b08433a2cbd5a8f6e6f26 Reviewed-on: https://webrtc-review.googlesource.com/76122 Commit-Queue: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Minyue Li <minyue@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23242}
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.