commit | e4d34b1e3bb477c429c4b125cb2451cdff90c2d3 | [log] [tgz] |
---|---|---|
author | Alex Cooper <alcooper@chromium.org> | Fri Feb 04 20:51:10 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 22:32:51 2022 |
tree | 4c1998e542ac926ae1ab8b1f59859f5c3ead535b | |
parent | 5b5fa3b9c0e434910d1d22119cdbb100657f3baa [diff] |
Add CFI-ICALL to needed PipeWire methods Adds missing RTC_NO_SANITIZE("cfi-icall") attributes to a few needed functions for PipeWire initialization. These are methods that call (or call methods that end up inlined and call) function pointers as a result of dlopen'ing a lib. For ShareScreencastStream, the generated InitializeStubs method appears to trigger this; while the egl_dmabuf destructor appears to need this due to the EglDestroyContext and EglTerminate calls that it makes. Bug: webrtc:13659 Change-Id: Idb4af985293224957a50d17d9042524af2b66138 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250702 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#35918}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.