opt-in to MTE async mode by cameronaaron · Pull Request #2900 · standardnotes/app

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@cameronaaron

Copy link Copy Markdown

currently only benefits GrapheneOS users on Pixel 8 and 9 who don't turn on MTE for all apps or Molly manually. hopefully will be extended to all Pixel users and then more devices

currently only benefits GrapheneOS users on Pixel 8 and 9 who don't turn on MTE for all apps or Molly manually. hopefully will be extended to all Pixel users and then more devices

@amanharwara

Copy link Copy Markdown

Member

could you add more context on what this does?

@cameronaaron

Copy link Copy Markdown

Author

This change improves the app’s ability to catch memory safety bugs on devices that support ARM’s Memory Tagging Extension, with minimal performance impact. It’s a proactive step toward more robust and secure code, especially important for a widely-used app it will also allow the app to take advantage of the mem tagging in Android 16

@cameronaaron

Copy link Copy Markdown

Author

I added a similar patch to mullvad that was merged in

@TheAutisticTechie

Copy link Copy Markdown

TheAutisticTechie commented

Oct 28, 2025

edited

Loading

This would only catch bugs in production. Sync mode needs to be set up for the test environment first as per recommended usage: https://source.android.com/docs/security/test/memory-safety/arm-mte#recommended-use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@cameronaaron @amanharwara @TheAutisticTechie