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

Unified Diff: syzygy/agent/asan/shadow.h

Issue 2526563002: Add a target to run the SyzyAsan RTL unittests in 4G (Closed)
Patch Set: Address nits. Created 4 years, 1 month 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
« no previous file with comments | « syzygy/agent/asan/runtime.cc ('k') | syzygy/agent/asan/shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/shadow.h
diff --git a/syzygy/agent/asan/shadow.h b/syzygy/agent/asan/shadow.h
index 8288532e0b1badacaa5164c9d7d96484fbe0d4e4..4ba82175d42bc391114cf20ce27c25f19d545645 100644
--- a/syzygy/agent/asan/shadow.h
+++ b/syzygy/agent/asan/shadow.h
@@ -419,9 +419,7 @@ class ShadowWalker {
};
// The static shadow memory that is referred to by the memory interceptors.
-// These are provided by one of 'dummy_shadow.cc' or 'static_shadow.cc'.
extern "C" {
-extern const size_t asan_memory_interceptors_shadow_memory_size;
extern uint8_t asan_memory_interceptors_shadow_memory[];
}
« no previous file with comments | « syzygy/agent/asan/runtime.cc ('k') | syzygy/agent/asan/shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698