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

Unified Diff: util/util_test.gyp

Issue 1376913004: win: Disable ASLR on test binary that uses fixed base (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util_test.gyp
diff --git a/util/util_test.gyp b/util/util_test.gyp
index 2641ff5212c1a6702d906dd8e8ce992dd35da2bf..3987971916cc5729328ff15676892915d3b3e6f7 100644
--- a/util/util_test.gyp
+++ b/util/util_test.gyp
@@ -123,8 +123,9 @@
'VCLinkerTool': {
'AdditionalOptions': [
'/BASE:0x78000000',
- '/FIXED',
],
+ 'RandomizedBaseAddress': '1', # Disabled.
+ 'FixedBaseAddress': '2', # Enabled.
scottmg 2015/10/01 17:08:09 This is the same as /FIXED, but more gyp-y I guess
Mark Mentovai 2015/10/01 17:56:48 Can the comment be /FIXED then? And the comment fo
scottmg 2015/10/01 18:13:37 Done.
},
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698