commit | e8e8ad8d19ce1bed8200c2e5bc0c2cb9945a8b87 | [log] [tgz] |
---|---|---|
author | Vlad Tsyrklevich <vtsyrklevich@chromium.org> | Thu Dec 07 02:38:22 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 12 09:27:07 2017 |
tree | ae657f704f37871265b5a8cd4293427fbd38cf40 | |
parent | 2e27d1cf5e77eab094368dd101ee182270a3687b [diff] |
[CFI] Fix cfi-icall failures Control Flow Integrity [1] indirect call checking verifies that function pointers only call valid functions with a matching type signature. webrtc casts the function pointers for external_hmac causing a cfi-icall failure when they are later called in libsrtp. Refactor the functions to match the correct type signatures to avoid this failure. [1] https://www.chromium.org/developers/testing/control-flow-integrity Bug: chromium:776905 Change-Id: I419028be02e6c151c497e3ec64f10f35e07cdb0f Reviewed-on: https://webrtc-review.googlesource.com/26721 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21220}
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.