-
Notifications
You must be signed in to change notification settings - Fork 96
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
Enabling Gwp Asan in Android #505
Comments
windows stack trace
android stack trace
|
launched 118 build https://github.com/uazo/cromite/actions/runs/6768790411 commit 002dc91, I need symbols |
a few updates. tried the version with the patch in release mode, no visible change in the log but at least I know that the patch does not crash the browser at startup. |
also tried this, nothing goes. it needs to be investigated further. |
ah, that's incredible. gwp asan will be active by default in v121. |
I have checked, my code is identical to theirs, but I cannot generate a crash with that code. |
got it!
that example code is not complete |
I don't know who reads but I need advice: gwpasan seems to have an impact on performance, and is made active on the processes according to the formula:
what should be done? ideas are welcome. |
You can always hardcode it, but…
Are you sure it considers installation? Maybe it triggers for 1,5% of processes started by Chromium and not installations? |
https://chromium.googlesource.com/chromium/src/+/master/docs/asan.md |
no, I mean active processes.
I guess that's the only way. |
available for those who would like to tell me if it has an impact on performance |
Personally, I am not detecting any impact on performance, neither in android, nor in windows (although for the latter my machine is noticeably fast). |
Preliminary checklist
Is your feature request related to privacy?
Yes
Is there a patch available for this feature somewhere?
No.
Describe the solution you would like
To understand whether it is possible to enable GWP Asan in android. Currently in Windows it is active but in Android is not.
More than privacy you can think about security in general and for me to understand if potentially my code introduces security bugs.
in A13+ you can opt-in to the one built into the os
refs:
Describe alternatives you have considered
n/a
The text was updated successfully, but these errors were encountered: