summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-29 12:15:50 +0300
committerArnon Gilboa <agilboa@redhat.com>2011-05-30 10:02:19 +0300
commitf23e0eff0b22f66b23d9258d86a8d5d486b0aa62 (patch)
tree0ff4a74cfcbcda84ae462548692359022ad0c561
parentedd08cda5da9337bbdb1107eb2ec8a0ef897e16a (diff)
client/windows: enable image randomization (ASLR) rhbz#701111
Enable image randomized base address, hindering some types of security attacks by making it more difficult for an attacker to predict target addresses.
-rw-r--r--client/windows/redc.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index de7386b..f27c7ce 100644
--- a/client/windows/redc.vcproj
+++ b/client/windows/redc.vcproj
@@ -249,7 +249,7 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="0"
TargetMachine="1"
/>
@@ -333,7 +333,7 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="0"
TargetMachine="17"
/>