| Auto-Submit | +1 |
| Commit-Queue | +1 |
PTAL, I guess it makes sense to make this a separate CL now..
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
V8_CLANG_NO_SANITIZE("address")Can you describe here more what we need to exclude sanitization.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Can you describe here more what we need to exclude sanitization.
We don't actually need the V8_CLANG_NO_SANITIZE("address") annotation here. I dropped it and added a comment to the other use. I hope this is what you had in mind.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
V8_CLANG_NO_SANITIZE("address")Dominik InführCan you describe here more what we need to exclude sanitization.
We don't actually need the V8_CLANG_NO_SANITIZE("address") annotation here. I dropped it and added a comment to the other use. I hope this is what you had in mind.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[cppgc] Fix ASAN false positive in handle location
Enabling cppgc_enable_object_names causes ASAN false positives
when iterating cross-thread persistents. This is because of the
access to the location_ field. This CL fixes this by silencing
ASAN for this access similar to what we do for GetNodeFromGC() or
ClearFromGC().
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |