commit | 0b518bf6fcf87b652546a232a6ea8e53c6c4d316 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Wed Jan 27 11:35:40 2016 |
committer | Peter Boström <pbos@webrtc.org> | Wed Jan 27 11:35:52 2016 |
tree | 9ab5ddf60a3c387992b994faf6ce6c47fdbcfa65 | |
parent | bab934bffe5c4b7e5cd6e8fee2c9c2682002d59b [diff] |
Remove incorrect cast to AsyncSocketAdapter. socket_ in OpenSSLAdapter should be (and is in tests) an AsyncSocket but doesn't have to be an AsyncSocketAdapter. In tests this is rtc::VirtualSocket which is an rtc::AsyncSocket. This also matches the BIO_new_socket type signature. This fixes the remaining UBSan vptr bot errors. BUG=webrtc:5124, webrtc:5226 R=tommi@webrtc.org, torbjorng@webrtc.org Review URL: https://codereview.webrtc.org/1639883002 . Cr-Commit-Position: refs/heads/master@{#11391}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.