summaryrefslogtreecommitdiff
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
commit5ae6dccf26a2ca4e141a6a12ccb543b2381864b8 (patch)
treefb6b947b83e934eafc5c2dc3543a56dd44ad8abf /mozglue
parent0adc08ea548552f4c06c4e98458e5139ef2ef2d3 (diff)
downloaduxp-5ae6dccf26a2ca4e141a6a12ccb543b2381864b8.tar.gz
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 9b63d66733..c7d14041de 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 }
};