summaryrefslogtreecommitdiff
path: root/java/system_modules_test.go
diff options
context:
space:
mode:
author Florian Mayer <fmayer@google.com> 2022-02-16 23:46:53 +0000
committer Florian Mayer <fmayer@google.com> 2022-02-17 20:52:15 +0000
commit0b981f54e69d9c4efb64460b5671fa6513fb9102 (patch)
treeabef6fb7f44421de66e28a0fb11a3fcb6b271f33 /java/system_modules_test.go
parent8a4804f53bf5c2b99314d712e9ad11c7d7ed6e47 (diff)
Reland^2 "Enable hwasan use after scope detection."
This CL enables HWASan to detect a new class of bugs, specifically use-after-scope. An example for a bug like this is int* y; { int x = 1; y = &x; } *y = 2; IF YOU FOUND THIS CL AS A POSSIBLE CULPRIT OF A TEST FAILURE: While it is possible that there is a bug in HWASan and this CL needs to be rolled back, please also consider that this might surface actual problems in either the test code or the code under test. See https://r.android.com/1956922 for an example of fix for a bug detected by a previous rollout of this flag. This reverts commit fd337b3963ab29529e01450b2cdc32541fca3625. Reason for revert: Once https://r.android.com/1985009 is submitted the bug that caused the revert will be fixed. Change-Id: Id9e81e8b7c26e044af00bdaeae6bb35abbbd9710
Diffstat (limited to 'java/system_modules_test.go')
0 files changed, 0 insertions, 0 deletions