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, Apr 19, 1:54 AM
Unknown Object (File)
Apr 15 2026, 12:34 PM
Unknown Object (File)
Apr 15 2026, 11:06 AM
Unknown Object (File)
Apr 10 2026, 8:16 PM
Unknown Object (File)
Apr 6 2026, 7:05 PM
Unknown Object (File)
Apr 6 2026, 3:12 PM
Unknown Object (File)
Apr 5 2026, 9:00 PM
Unknown Object (File)
Mar 18 2026, 3:20 PM
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