commit | 5de068082bcb95c45efd476183a3773a939291b7 | [log] [tgz] |
---|---|---|
author | saza <saza@webrtc.org> | Mon Jul 10 08:01:09 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 10 08:01:09 2017 |
tree | bc40afc4c0b1f978b5846a4c1f936516712f368c | |
parent | 3ffa72d0f03b75812c0ce367c1958ff9a80a6aeb [diff] |
Add a check in the BlockBuffer of AEC2 to guard for buffer overflows. Ensure that the ring buffer does not return a pointer into the buffer if no data is available to read. The ring buffer fix is not directly applicable to issue webrtc:7845, but may cause related memory errors. BUG=webrtc:7845 Review-Url: https://codereview.webrtc.org/2971313002 Cr-Commit-Position: refs/heads/master@{#18940}
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.