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

Unified Diff: chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt

Issue 810853004: Remove the SyzyASan allocation filter file from the instrument.exe command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chrome/chrome_syzygy.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt
diff --git a/chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt b/chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt
index d38e82774accd7c96ba7a45569088a05a1539ee4..8dbf87baf4e955a4bc6c8181c4686cf5bc05d2e7 100644
--- a/chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt
+++ b/chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt
@@ -1,9 +1,14 @@
-# Copyright (c) 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# This file describes suspicious allocation sites that are to be treated
-# specially and served from the page heap. It is used at instrumentation time
-# to ensure allocations are runtime redirected from specified stack traces.
-#
-# See chrome_syzygy.gypi and instrument.py for more details.
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// This file describes suspicious allocation sites that are to be treated
+// specially and served from the page heap. It is used at instrumentation time
+// to ensure allocations are runtime redirected from specified stack traces.
+//
+// See chrome_syzygy.gypi and instrument.py for more details.
+{
+ "hooks": {
+ "func": []
+ }
+}
« no previous file with comments | « chrome/chrome_syzygy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698