]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #16632: Enable DEP and ASLR on Windows.
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:43:23 +0000 (17:43 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:43:23 +0000 (17:43 +0100)
Misc/NEWS
PCbuild/pyproject.props

index d39e65c6fd6e6ae65ddd87cfaa0b6f632de1707f..146d46a3278d94e456c75744efab32db6e019077 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -307,6 +307,8 @@ Tests
 Build
 -----
 
+- Issue #16632: Enable DEP and ASLR on Windows.
+
 - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
 
 - Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
index 6be0ba2645ed879f607c2dd8a379d04f50d30895..7c8e053a85d5f6ac4becececddae0622ebad7dbb 100644 (file)
@@ -49,9 +49,8 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
       <SubSystem>Windows</SubSystem>
-      <RandomizedBaseAddress>false</RandomizedBaseAddress>
-      <DataExecutionPrevention>
-      </DataExecutionPrevention>
+      <RandomizedBaseAddress>true</RandomizedBaseAddress>
+      <DataExecutionPrevention>true</DataExecutionPrevention>
       <TargetMachine>MachineX86</TargetMachine>
     </Link>
     <ResourceCompile>