VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-04 02:30:49 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-04 02:37:37 +0100
commit7a15ff2083d75cdfe343de154715442dce635492 (patch)
treea5c1450807bbb51c3ad01b3dd7ce0495f9b2afb0 /src/Setup
parent0600ae7d1cba6b6c4a4c9867976487727f9792cc (diff)
downloadVeraCrypt-7a15ff2083d75cdfe343de154715442dce635492.tar.gz
VeraCrypt-7a15ff2083d75cdfe343de154715442dce635492.zip
Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281)
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Setup.vcproj2
1 files changed, 2 insertions, 0 deletions
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"