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

Add tests to ensure MTE tags are preserved across FFI boundaries #128384

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Jul 30, 2024

  1. Add tests to ensure MTE tags are preserved across FFI boundaries

    Added run-make tests to verify that, between a Rust-C FFI boundary in both directions,
    any MTE tags included in a pointer are preserved for the following pointer types, as
    well as any information stored using TBI:
    - int
    - float
    - string
    - function
    dheaton-arm committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e8ce9fa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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