summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-29 12:15:50 +0300
committerAlon Levy <alevy@redhat.com>2011-07-21 15:09:28 +0300
commite482c1f640e397dfb277900873400015884adb1b (patch)
tree774c00b0447eb75b54869a01ab4047e036f34d85 /client/windows
parente35b6804db1169fd09d630537f172eb16ee636a7 (diff)
downloadspice-e482c1f640e397dfb277900873400015884adb1b.tar.gz
spice-e482c1f640e397dfb277900873400015884adb1b.tar.xz
spice-e482c1f640e397dfb277900873400015884adb1b.zip
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.
Diffstat (limited to 'client/windows')
-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 a937001e..effb20c8 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"
/>