[Spice-devel] [PATCH 1/1] client/windows: enable image randomization (ASLR) rhbz#701111

Arnon Gilboa agilboa at redhat.com
Sun May 29 02:18:16 PDT 2011


Enable image randomized base address, hindering some types of
security attacks by making it more difficult for an attacker
to predict target addresses.
---
 client/windows/redc.vcproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index 519c96e..ed0cc09 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"
 			/>
-- 
1.7.4.4



More information about the Spice-devel mailing list