commit | 06fa1539f8bd3fb1652305f2569fa6a7ab333bef | [log] [tgz] |
---|---|---|
author | Henrik Lundin <henrik.lundin@webrtc.org> | Mon Feb 26 06:58:23 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 26 10:49:20 2018 |
tree | 42f792473173a8ac96bc8eb6aee90ac314d322d2 | |
parent | 2a6d8642647e7794c9040f3d2e0b3d223d6825e9 [diff] |
neteq_rtp_fuzzer: limit the fuzzer input size to avoid timeout The length of the fuzzer input can sometimes be really long (more than 600000 bytes), and this take a very long time to execute. Typically, the fuzzer times out instead. This change limits the used length of the fuzzer to 100000 bytes. NOTRY=TRUE Bug: chromium:802193 Change-Id: Id32174611fadb480f4e2c6b4f553a2ba0fa5b493 Reviewed-on: https://webrtc-review.googlesource.com/57580 Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22182}
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.