mojo: Deprecate use of base::ProtectedMemory
base::ProtectedMemory is being deprecated because it's not widely used enough to make a security impact and justify its maintenance burden. Replace use of base::ProtectedMemory with raw function pointers and place thunks.cc in the CFI-icall blacklist as there are too many functions to individually add NO_SANITIZE attributes for. Bug: 1018834 Change-Id: I0bd1f25480e7b77fef4898eaeedfd9fa64d3e4e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889511Reviewed-by:Ken Rockot <rockot@google.com> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#710845}
Showing
Please register or sign in to comment