Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling ASan instrumentation for globals #127483

Merged
merged 1 commit into from
Nov 23, 2024

Commits on Nov 2, 2024

  1. Allow disabling ASan instrumentation for globals

    AddressSanitizer adds instrumentation to global variables unless the
    [`no_sanitize_address`](https://llvm.org/docs/LangRef.html#global-attributes)
    attribute is set on them.
    
    This commit extends the existing `#[no_sanitize(address)]` attribute to
    set this; previously it only had the desired effect on functions.
    BertalanD committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    204b228 View commit details
    Browse the repository at this point in the history