summaryrefslogtreecommitdiffstats
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
commitd1a1a1b4c71791fdb27467be6a3bb451846ee26d (patch)
tree72ab373816984cdb719f05bd2fd3327df5efd159
parentec56898570b6fa5d66e2319e8299674b4490d0ea (diff)
downloadspice-d1a1a1b4c71791fdb27467be6a3bb451846ee26d.tar.gz
spice-d1a1a1b4c71791fdb27467be6a3bb451846ee26d.tar.xz
spice-d1a1a1b4c71791fdb27467be6a3bb451846ee26d.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.
-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 de7386b8..f27c7ced 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"
/>