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

Unified Diff: syzygy/agent/asan/unittest_util.cc

Issue 2508333002: Remove the is_nested bit from the BlockInfo structure. (Closed)
Patch Set: Address Siggi's comments. 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/shadow_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/unittest_util.cc
diff --git a/syzygy/agent/asan/unittest_util.cc b/syzygy/agent/asan/unittest_util.cc
index 8b2bfda5e710ab5dc1f04a2323b10273d55b06b5..b0cfc2d99c783fae538256c836d47324e232483f 100644
--- a/syzygy/agent/asan/unittest_util.cc
+++ b/syzygy/agent/asan/unittest_util.cc
@@ -321,7 +321,7 @@ bool FakeAsanBlock::InitializeBlock(uint32_t alloc_size) {
&layout));
// Initialize the Asan block.
- BlockInitialize(layout, buffer_align_begin, false, &block_info);
+ BlockInitialize(layout, buffer_align_begin, &block_info);
EXPECT_NE(reinterpret_cast<void*>(NULL), block_info.body);
StackCapture stack;
« no previous file with comments | « syzygy/agent/asan/shadow_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698