commit | 35c773dad6f602e38e87aba0b693292fa868629b | [log] [tgz] |
---|---|---|
author | Sam Zackrisson <saza@webrtc.org> | Fri Jul 13 14:00:31 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 17 09:14:45 2018 |
tree | ebac4a7b7aa533076ad978bdfc0aabc7b0a3ca2b | |
parent | 684b401016d6ef40e95a99153512923925ea43d2 [diff] |
Cap the number of fuzzed decoder packets to 200 The fuzzer figured out that 3 bytes is enough to fuzz a package. 2 bytes for packet length, and 1 byte of actual packet. A 20K test case can generate > 6000 packets. It does not seem like efficient fuzzing. This CL simply stops execution when 200 packets have been generated. That corresponds to 4 seconds of 20 ms packets. Bug: chromium:840115 Change-Id: Id2742a6f8021134bacd8a6e8c71b32f20c7f1086 Reviewed-on: https://webrtc-review.googlesource.com/88566 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24000}
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.