diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-02 11:04:50 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-01-02 11:04:50 +0100 |
commit | fbfa65665c339a11a517cc008528dc1cac6cfc06 (patch) | |
tree | fb6b947b83e934eafc5c2dc3543a56dd44ad8abf /mozglue | |
parent | 0a7abeb08099ad42fcffc4bc64f10c21d4aefc1b (diff) | |
download | aura-central-fbfa65665c339a11a517cc008528dc1cac6cfc06.tar.gz |
Add Comodo IS < 6.3 64-bit to the dll blocklist
Diffstat (limited to 'mozglue')
-rw-r--r-- | mozglue/build/WindowsDllBlocklist.cpp | 3 |
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 } }; |