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

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

Issue 2527533003: Make SyzyAsan support the allocation > 1GB (Closed)
Patch Set: Do an unguarded alloc if the size > 2GB 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
Index: syzygy/agent/asan/error_info_unittest.cc
diff --git a/syzygy/agent/asan/error_info_unittest.cc b/syzygy/agent/asan/error_info_unittest.cc
index 67cabf7ce87954c4e846b34d11b72cebeda8b50c..defc8ba6229884f1d63d6c407719f8e92b82b03a 100644
--- a/syzygy/agent/asan/error_info_unittest.cc
+++ b/syzygy/agent/asan/error_info_unittest.cc
@@ -376,7 +376,7 @@ TEST_F(AsanErrorInfoTest, PopulateBlockInfo) {
" \"address\": \"0x%08IX\",\n"
" \"size\": null,\n"
" \"data\": [\n"
- " \"0x80\", \"0xCA\", \"0x00\", \"0x00\", \"0x20\", \"0x00\","
+ " \"0x80\", \"0xCA\", \"0x00\", \"0x00\", \"0x10\", \"0x00\","
" \"0x00\", \"0x00\",\n"
" \"0x00\", \"0x00\", \"0x00\", \"0x00\", \"0x00\", \"0x00\","
" \"0x00\", \"0x00\",\n"
@@ -637,7 +637,7 @@ TEST_F(AsanErrorInfoTest, PopulateErrorInfo) {
" \"address\": \"0x%08zX\",\n"
" \"size\": null,\n"
" \"data\": [\n"
- " \"0x80\", \"0xCA\", \"0x00\", \"0x00\", \"0x20\", \"0x00\","
+ " \"0x80\", \"0xCA\", \"0x00\", \"0x00\", \"0x10\", \"0x00\","
" \"0x00\", \"0x00\",\n"
" \"0x00\", \"0x00\", \"0x00\", \"0x00\", \"0x00\", \"0x00\","
" \"0x00\", \"0x00\",\n"

Powered by Google App Engine
This is Rietveld 408576698