commit | c7b18fef19ffa7ad1a9ff231f3ae023d8f958ff0 | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Fri Oct 27 14:57:38 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Oct 28 10:22:32 2017 +0000 |
tree | 378be23de5027abe47ddaa6533f446e5fe2ac465 | |
parent | 45bc087c9b5113cb978615ba71ea9aa7b9573151 [diff] |
Shifted value doesn't fit in 'int32_t'. This CL replaces one 'int32_t' with 'uint32_t'. The value is a non-negative energy, and the number of leading zeros is computed. During computation, a shift can cause it to overflow. Issue was found by the Audio Processing fuzzer. Bug: chromium:778939, chromium:778921, chromium:778919 Change-Id: I3d7e0b547e6b0edcd9995903517ea851142a08c1 Reviewed-on: https://webrtc-review.googlesource.com/16433 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20470}
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.