[Spice-devel] [PATCH 2/2] client/windows: use ASLR for x64 release build rhbz#701111
Arnon Gilboa
agilboa at redhat.com
Tue May 24 06:35:21 PDT 2011
Enable image randomized base address for x64 release, hindering
some types of security attacks by making it more difficult for an
attacker to predict target addresses.
---
client/windows/redc.vcproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index 519c96e..4469ab5 100644
--- a/client/windows/redc.vcproj
+++ b/client/windows/redc.vcproj
@@ -333,7 +333,7 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="0"
TargetMachine="17"
/>
--
1.7.4.1
More information about the Spice-devel
mailing list