ref: 0724f616c7ce609de56ea1662c5223b2c19f39fd
parent: 74c02a500ba9c0f3be6947f7bac4fe7233cbf846
parent: bed13f880574dd79e8d09866883a79bfc2619d6a
author: ruil2 <ruil2@cisco.com>
date: Tue Feb 28 10:13:37 EST 2017
Merge pull request #2664 from shihuade/SecurityIssue fixed security issue for window dll project setting
--- a/codec/build/win32/dec/WelsDecPlus.vcproj
+++ b/codec/build/win32/dec/WelsDecPlus.vcproj
@@ -74,7 +74,7 @@
LinkIncremental="1"
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"
TargetMachine="1"
@@ -157,7 +157,7 @@
LinkIncremental="1"
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"
TargetMachine="17"
@@ -238,7 +238,7 @@
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"
TargetMachine="1"
@@ -319,7 +319,7 @@
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsdec.lib"
TargetMachine="17"
--- a/codec/build/win32/enc/WelsEncPlus.vcproj
+++ b/codec/build/win32/enc/WelsEncPlus.vcproj
@@ -72,7 +72,7 @@
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsenc.lib"
TargetMachine="1"
@@ -154,7 +154,7 @@
LinkIncremental="2"
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsenc.lib"
TargetMachine="17"
@@ -239,7 +239,7 @@
LinkIncremental="1"
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsenc.lib"
TargetMachine="1"
@@ -324,7 +324,7 @@
LinkIncremental="1"
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
+ RandomizedBaseAddress="2"
DataExecutionPrevention="2"
ImportLibrary="$(OutDir)\welsenc.lib"
TargetMachine="17"