commit | 92a773ddb6d311f4898f4bfcfeb1a3aaa1e0b195 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Fri Oct 13 09:54:51 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 13 10:47:26 2017 |
tree | a70bd037055f68aef0de057ea653dfaf92c0ccbb | |
parent | f0878c98dc158979e9d27404df038e03e59a245c [diff] |
Prevent unbounded memory consumption through RtcEventLogImpl::config_history_ The config-history is (logically) intended to be unlimited, but in practice, it would be good to cap it, even though the cap is never expected to be reached, so as to prevent a possible attack that would cause memory overuse. Bug: webrtc:8111 Change-Id: I1f60cf10215bf8191a8ab3c9b19345104c585483 Reviewed-on: https://webrtc-review.googlesource.com/8980 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20276}
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.