summaryrefslogtreecommitdiffstats
path: root/mozglue
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-02 11:04:50 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-02 11:04:50 +0100
commit517f502980cd5238e1aad66bd2f98a106db624a7 (patch)
treefb6b947b83e934eafc5c2dc3543a56dd44ad8abf /mozglue
parent8a10092b53d54b8cbbd1e7004c0121f2563306d9 (diff)
downloadUXP-517f502980cd5238e1aad66bd2f98a106db624a7.tar
UXP-517f502980cd5238e1aad66bd2f98a106db624a7.tar.gz
UXP-517f502980cd5238e1aad66bd2f98a106db624a7.tar.lz
UXP-517f502980cd5238e1aad66bd2f98a106db624a7.tar.xz
UXP-517f502980cd5238e1aad66bd2f98a106db624a7.zip
Add Comodo IS < 6.3 64-bit to the dll blocklist
Diffstat (limited to 'mozglue')
-rw-r--r--mozglue/build/WindowsDllBlocklist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mozglue/build/WindowsDllBlocklist.cpp b/mozglue/build/WindowsDllBlocklist.cpp
index 9b63d6673..c7d14041d 100644
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -223,6 +223,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// K7TotalSecurity, bug 1339083.
{ "k7pswsen.dll", MAKE_VERSION(15, 2, 2, 95) },
+
+ // Comodo IS old versions, startup crash on 64-bit, bug 1140397
+ { "guard64.dll", MAKE_VERSION(6, 3, 0, 0) },
{ nullptr, 0 }
};