| commit | 219b35dc4c933900b3fe1793584e221b690f30db | [log] [tgz] |
|---|---|---|
| author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Wed Mar 12 15:32:00 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 12 15:35:57 2025 -0700 |
| tree | b2cdf71c30611c482b8fc4ffa9ef83d8c474de59 | |
| parent | f5d9c793cf4de891a5666a23afe95754ec55d6a4 [diff] |
[roll] Roll fuchsia [kernel][libc] Disallow global destructors outside kernel proper The kernel proper has a no-op __cxa_atexit function and accepts compiler-generated global destructors that just never get run. This is OK since "program exit" is shutdown/reboot and the important teardown work is all explicit. The other kernel-like contexts should be more strict since their "program exit" is really hand-off to another program sharing their memory, and so cannot easily assume that any destructor's work is something that can be omitted safely. Original-Fixed: 402588474 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1226624 Original-Revision: 877c9ecf12f979dcd0ea983220c84f609f218139 GitOrigin-RevId: 903f35f2e5a4106fabdff2073df162da054a7dbe Change-Id: I55a06331182ce066dff0ad5cdf25a2389abce7f3
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.