Page MenuHomeFreeBSD

acpica: Quiet a -Wdangling-pointer warning in AcpiUtInitStackPtrTrace.
ClosedPublic

Authored by jhb on Nov 29 2022, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 4:24 AM
Unknown Object (File)
Sun, Oct 12, 4:23 AM
Unknown Object (File)
Sun, Oct 12, 4:23 AM
Unknown Object (File)
Sat, Oct 11, 6:22 PM
Unknown Object (File)
Thu, Sep 25, 6:30 AM
Unknown Object (File)
Sat, Sep 20, 8:35 AM
Unknown Object (File)
Sep 16 2025, 12:50 AM
Unknown Object (File)
Aug 28 2025, 4:45 AM
Subscribers
None

Details

Summary

This function intentionally saves a pointer to an on-stack variable in
a global as a dubious way of reading the stack pointer.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable