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

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..dc9ed60aef48d54a9ab8ef1d58657aadb5665711 100644
--- a/util/util_test.gyp
+++ b/util/util_test.gyp
@@ -123,8 +123,9 @@
'VCLinkerTool': {
'AdditionalOptions': [
'/BASE:0x78000000',
- '/FIXED',
],
+ 'RandomizedBaseAddress': '1', # /DYNAMICBASE:NO.
+ 'FixedBaseAddress': '2', # /FIXED.
},
},
},
« 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