Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: Source/platform/heap/Handle.h

Issue 1120943002: Various ASan exemptions to allow Oilpan pre-sweep poisoning of unmarkeds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/heap/Handle.h
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
index 1bc62571da3a6f7b98ed952bcb7a3477752ab444..8a89eddc3241767981c88e11172f92957bce6a49 100644
--- a/Source/platform/heap/Handle.h
+++ b/Source/platform/heap/Handle.h
@@ -55,6 +55,7 @@ public:
{
}
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
bool isHeapObjectAlive() { return m_trace; }
virtual ~PersistentNode()
@@ -126,6 +127,7 @@ public:
template<typename RootsAccessor, typename Owner>
class PersistentBase : public PersistentNode {
public:
+ NO_LAZY_SWEEP_SANITIZE_ADDRESS
~PersistentBase()
{
typename RootsAccessor::Lock lock;

Powered by Google App Engine
This is Rietveld 408576698