commit | bc2959072dc590527d989e83ae9c899c82f45fd4 | [log] [tgz] |
---|---|---|
author | Pablo Barrera González <barrerap@webrtc.org> | Wed Oct 03 13:03:11 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 04 10:51:08 2018 |
tree | 2b5a125f081a6c3ae0ed3b89f6c895ae6197636a | |
parent | 311c13b3c208709db92bb6a2dced6e9772be4e76 [diff] |
NetEq: Fix an UBSan error UBSan will trigger when time_stretched_samples overflows using a big number. This change avoids this problem by storing the intermediate result into a int64_t. Bug: chromium:886904 Change-Id: Id09dc4b468f841f03b523d5f21763f610b163a42 Reviewed-on: https://webrtc-review.googlesource.com/c/103123 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Pablo Barrera González <barrerap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24977}
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.