Add Comodo IS < 6.3 64-bit to the dll blocklist

This commit is contained in:
wolfbeast 2019-01-02 11:04:50 +01:00 committed by Roy Tam
commit 440a9570a0

View file

@ -227,6 +227,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 }
};