1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281)

This commit is contained in:
Mounir IDRASSI
2016-01-04 02:30:49 +01:00
parent 0600ae7d1c
commit 7a15ff2083
4 changed files with 287 additions and 58 deletions

View File

@@ -40,6 +40,12 @@ typedef enum
WIN_SERVER_2008,
WIN_7,
WIN_SERVER_2008_R2,
WIN_8,
WIN_SERVER_2012,
WIN_8_1,
WIN_SERVER_2012_R2,
WIN_10,
WIN_SERVER_2016
} OSVersionEnum;
/* Volume types */