commit | 9a29c03355eea14d073ef03381373c2d7322ce56 | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Fri Aug 03 19:24:25 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 07 09:18:41 2018 +0000 |
tree | 351f54070845a376708ab627b1d07bac3e30f664 | |
parent | 264bee8bab9ba0a50c360ae34c9ebf801c17078b [diff] |
Fix random crashes - invariant broken in LinkedSet (LRU) implementation. Root cause: IsNewSequenceNumber didn't respect strict weak ordering requirements. (e.g. 0, 0x1000, 0x2000, ... 0x9000 are increasing, but 0x9000 < 0) Solution: Unwrap the sequence numbers into int64_t for proper sorting. This CL also introduce a simpler interface, which does a better job at hiding implementation details. Bug: webrtc:9575 Change-Id: Ic9922426de32278e8b51c6ecef8e2efeb0997512 Reviewed-on: https://webrtc-review.googlesource.com/91165 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24202}
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.