From 7a15ff2083d75cdfe343de154715442dce635492 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 4 Jan 2016 02:30:49 +0100 Subject: Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281) --- src/Setup/Setup.vcproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Setup/Setup.vcproj') diff --git a/src/Setup/Setup.vcproj b/src/Setup/Setup.vcproj index b27b6963..02b33b36 100644 --- a/src/Setup/Setup.vcproj +++ b/src/Setup/Setup.vcproj @@ -70,6 +70,7 @@ LinkIncremental="2" GenerateManifest="false" UACExecutionLevel="2" + DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/Setup.pdb" SubSystem="2" @@ -156,6 +157,7 @@ LinkIncremental="1" GenerateManifest="false" UACExecutionLevel="2" + DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll" GenerateDebugInformation="false" GenerateMapFile="true" SubSystem="2" -- cgit v1.2.3