Fix HexEncodeTest.TestZeroLengthNoDelimiter with enable_iterator_debugging=true Fix HexEncodeTest.TestZeroLengthNoDelimiter with enable_iterator_debugging=true, use_custom_libcxx=false on Windows. When passed empty string, hex_encode_with_delimiter would dereference std::string::end() iterator in expression &*s.begin(); Bug: webrtc:10927 Change-Id: I27ce5fecf1f2a5c49a1b85bb94e1dcc92c4c3697 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150651 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Yves Gerey <yvesg@google.com> Commit-Queue: Kimmo Kinnunen FI <kkinnunen@nvidia.com> Cr-Commit-Position: refs/heads/master@{#29009}
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.