528a03441eac89d2f7b02c80d62d1a3624ad9997

Type mismatches will silently fail and skip reading a parameter in the JSON parsing, except when parsing a size_t from a negative int. This CL updates the parsing to silently ignore negative values provided for size_t config parameters, instead of explicitly DCHECKing. Tested: Ran the fuzzer on the crash test case with + without this fix. Bug: chromium:1016139 Change-Id: I3899e81e1183aa54b708030efeb6e0006b8cd881 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157894 Commit-Queue: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29568}
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%