Attention needed from Erick Tryzelaar, Marc Khouri and Owners Override
Erick Tryzelaar has uploaded the change for review![Open in Gerrit]()
Prabhu Karthikeyan Rajasekaran would like Owners Override to review this change authored by Erick Tryzelaar.
Commit message
[state-recorder] Make `lazy_static_cstr` private and excluded from lsan
An upcoming toolchain roll is erroring out because the leak sanitizer is
erroring out on the leak created by `lazy_static_cstr`. Since the leak
is intentional, this patch:
* Makes the function private since it's not needed externally.
* Excludes the explicitly leaked memory from LeakSanitizer.
Bug: 477259622
Change-Id: Ifa63fe94a963f4a42b54c5e22581d6bd34d452a1
Change information
Files:
- M sdk/lib/power/state_recorder/rust/src/lib.rs
- M src/connectivity/wlan/wlanix/src/ifaces.rs
Change size: M
Delta: 2 files changed, 43 insertions(+), 10 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Erick Tryzelaar
- Marc Khouri
- Owners Override
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Ifa63fe94a963f4a42b54c5e22581d6bd34d452a1
Gerrit-Change-Number: 1504962
Gerrit-PatchSet: 2
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.