[Spice-devel] [PATCH 1/1] client/windows: enable image randomization (ASLR) rhbz#701111
Uri Lublin
uril at redhat.com
Sun May 29 03:39:28 PDT 2011
On 05/29/2011 12:18 PM, Arnon Gilboa wrote:
> 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"
> />
Ack.
More information about the Spice-devel
mailing list