Open
Conversation
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
Member
|
could you add more context on what this does? |
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 |
Author
|
I added a similar patch to mullvad that was merged in |
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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