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

Use -fsanitize=address instead of -lasan for ASAN linker flags #3344

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. Use -fsanitize=address instead of -lasan for ASAN linker flags

    This allows the compiler to use some other linkages instead of -lasan in
    case that's not the correct one for the platform. It (should) also make
    sure that the ASAN library is the first library that gets linked and
    loaded at runtime.
    
    Signed-off-by: Saikrishna Arcot <[email protected]>
    saiarcot895 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5b85fac View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    a61701d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    854a737 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    902e845 View commit details
    Browse the repository at this point in the history