commit | 5a78eae780a2afe4f3fc94b4fe7f3fee8641ae74 | [log] [tgz] |
---|---|---|
author | Ivo Creusen <ivoc@webrtc.org> | Tue Nov 03 15:36:17 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 04 08:35:28 2020 |
tree | 1d95f82e89b7d7b6278becb208c0c5621249ed82 | |
parent | 9308b7af1e4211fd35defc34249d4a56c8b9c043 [diff] |
Initialize variables to measure preemptive expansion and acceleration The variables that are used to track the amount of preemptive expansion and acceleration are not initialized before being passed to their respective functions. However, these function can fail in certain cases, and when they do the uninitialized memory will pollute the NetEq statistics. Bug: chromium:1140376 Change-Id: I004fbaaf8d24de01dd1997fb73bdf93ca88ceaaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191480 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32544}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.