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

[ASan][libc++] Correct (explicit) annotation size #79292

Merged
merged 3 commits into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. [ASan][libc++] Correct (explicit) annotation size

    A quick examination suggests that the current code in the codebase does not lead to incorrect annotation.
    However, the intention is for the object after the function to be annotated in a way that only its contents are unpoisoned and the rest is poisoned.
    This commit makes it explicit and avoids potential issues in future.
    
    In addition, I have implemented a few tests for a function that helped me identify the specific argument value.
    Advenam Tacet committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a34cf6 View commit details
    Browse the repository at this point in the history
  2. clang-format

    Advenam Tacet committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6093b7a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. additional test case

    Advenam Tacet committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cea35a3 View commit details
    Browse the repository at this point in the history