commit | 80cfb527c6e38267cdbf27ebce6a32595c80f21e | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Fri Oct 13 03:37:38 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 13 16:36:28 2017 |
tree | 543fded05410a7242b72c00fa9b18c8cd34bd598 | |
parent | 7f90e2cceda0458cf56026eb6ccffb961a47804b [diff] |
RTC_CHECK'ing content type before static_casting descriptions. This will cause the application to be aborted before it encounters something worse like a heap overflow, in case any bug in this code exists or is introduced in the future. TBR=zhihuang@webrtc.org Bug: chromium:773620 Change-Id: Idd4e31aa63a3f673eefd3e8cb2ae3f4a5092ca4e Reviewed-on: https://webrtc-review.googlesource.com/9040 Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20293}
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.