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

msan: notate more variable assignments from assembly code #1512

Merged
merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. change inconsistent array param to pointer

    The behavior is identical, but the former syntax suggests guarantees that
    don't actually exist.
    theuni committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a613391 View commit details
    Browse the repository at this point in the history
  2. msan: notate more variable assignments from assembly code

    This was missed in 31ba404 because older
    versions of clang did not complain about it. But clang-17, at least, does.
    theuni committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f7f0184 View commit details
    Browse the repository at this point in the history