commit | af7a3053907449ad06d4a939606666f90234f014 | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <prashanthsw@google.com> | Thu Sep 19 23:48:33 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 23:48:33 2024 +0000 |
tree | 71175e3b0e720defaeb8dc00b4c9abfaa90aef31 | |
parent | cdd7c46e2ff52d292bbc52f6847799ebd7591c53 [diff] |
[starnix][config] Add CONFIG_INIT_STACK_ALL_ZERO It's hard to claim the equivalent flag support in Fuchsia as we don't produce a single kernel binary. However, all C/C++ code is built with auto_var_init, and Rust code requires variables to zero-initialize or initialize with some valid structure. Bug: 366081557 Test: Verified on flashed build that variable is now present. Change-Id: Ic21b730427bea0c6460df0b980b36edad60a8148 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1122224 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Fuchsia-Auto-Submit: Prashanth Swaminathan <prashanthsw@google.com> Reviewed-by: Adam Perry <adamperry@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.