diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-02 17:54:55 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-03 00:15:05 +0100 |
commit | 5872be28a243acb3b5aafdf13248e07d30471893 (patch) | |
tree | 98e5d23a0b9965e7dd3b336d5349ff027d9570aa /src/Format | |
parent | 6cb1eefc49dbac29fb5a5bd2bf42569b6882d9c7 (diff) | |
download | VeraCrypt-5872be28a243acb3b5aafdf13248e07d30471893.tar.gz VeraCrypt-5872be28a243acb3b5aafdf13248e07d30471893.zip |
Windows: Fix Dll hijacking vulnerability affecting installer that allows arbitrary code execution with elevation of privilege (CVE-2016-1281)
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/Format.vcproj | 8 | ||||
-rw-r--r-- | src/Format/Tcformat.c | bin | 633882 -> 633832 bytes |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Format/Format.vcproj b/src/Format/Format.vcproj index 72adc4d9..5c4deb31 100644 --- a/src/Format/Format.vcproj +++ b/src/Format/Format.vcproj @@ -68,7 +68,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\Debug\crypto.lib"
+ AdditionalDependencies="..\Crypto\Debug\crypto.lib"
OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="2"
GenerateManifest="false"
@@ -154,7 +154,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\x64\Debug\crypto.lib"
+ AdditionalDependencies="..\Crypto\x64\Debug\crypto.lib"
OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="2"
GenerateManifest="false"
@@ -240,7 +240,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\Release\crypto.lib"
+ AdditionalDependencies="..\Crypto\Release\crypto.lib"
OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="1"
GenerateManifest="false"
@@ -329,7 +329,7 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib setupapi.lib ..\Crypto\x64\Release\crypto.lib"
+ AdditionalDependencies="..\Crypto\x64\Release\crypto.lib"
OutputFile="$(OutDir)/VeraCryptFormat.exe"
LinkIncremental="1"
GenerateManifest="false"
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c Binary files differindex 61b21df3..c660e10b 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c |