[roll] Roll fuchsia [build] Enable compiling with -fstack-clash-protection

The stack clash protection mitigates certain classes of exploits from
skipping guard pages when they are larger than PAGE_SIZE. With this
option enabled, the compiler will emit stack probes in each chunk
to trigger the guard page.

Original-Bug: 383603180
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172110
Original-Revision: 3390080aefca72af3c37ff95aa42bcc91a3bd5ff
GitOrigin-RevId: 7b5b568f42b5efbed840b73895269fd32c6501c3
Change-Id: I89227cfedcdb8cb02fd477f0f8a7419cd291aca4
1 file changed
tree: 3b61c8a0757010b19ee0602a3b4dc936edcc85f0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.