commit | 022a7c8d4980f489a30c42ba82d754fed6ae4f62 | [log] [tgz] |
---|---|---|
author | Kimmo Kinnunen <kkinnunen@nvidia.com> | Thu Aug 29 13:22:39 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 29 14:16:23 2019 |
tree | 50871e26dee02409f93861ca9d14fa358268389d | |
parent | 8226875e6c033cde5c58dd985f1bc6a1165d8e15 [diff] |
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.