commit | 9f80b97309dffa42780dd1f0e8eab79ff4db490d | [log] [tgz] |
---|---|---|
author | Jonathan Metzman <metzman@chromium.org> | Fri Oct 05 17:38:13 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 05 18:13:32 2018 |
tree | c79639259d282090d9b368b493c0f7eb3e5f8691 | |
parent | 4d6f605123413561388b9558bf214b786fc14c1c [diff] |
Fix fuzzer build failures on Windows Fix the following issues with fuzz targets when built on Windows: 1. Fix audio_processing_fuzzer by making types match in invocations of CheckedDivExact by explicitly casting to size_t. 2. Fix packet_buffer_fuzzer by including "frame_object.h" for declaration of RtpFrameObject. 3. Fix rtcp_receiver_fuzzer by including "tmmb_item.h" for declaration of TmmbItem. Bug: chromium:891867 Change-Id: Iddc338360ca37d5fc31488ec908eb4cdb5cc7b94 Reviewed-on: https://webrtc-review.googlesource.com/c/103844 Commit-Queue: Jonathan Metzman <metzman@chromium.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25028}
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.