--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- " I believe this is a compiler bug, as there doesn't seem to be a separate attribute to prevent instrumentation in this mode. " At least the above is not true. `__attribute__((no_sanitize("hwaddress")))` and...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117196 Bug ID: 117196 Summary: Should no_sanitize_address turn off hwaddress too? Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc ...