From 7ef4496c5f7c13f89001a6488a026f8cf8ba2ca7 Mon Sep 17 00:00:00 2001 From: Johnathan Nightingale Date: Tue, 1 Dec 2009 13:39:12 -0500 Subject: [PATCH] Bug 527125 - Blocklist calc.dll v1.0.0.1 r=vlad a=beltzner --- toolkit/xre/nsWindowsDllBlocklist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolkit/xre/nsWindowsDllBlocklist.h b/toolkit/xre/nsWindowsDllBlocklist.h index 1139dea9154e..268aea2851be 100644 --- a/toolkit/xre/nsWindowsDllBlocklist.h +++ b/toolkit/xre/nsWindowsDllBlocklist.h @@ -74,6 +74,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = { // AVG 8 - Antivirus vendor AVG, old version, plugin already blocklisted {"avgrsstx.dll", MAKE_VERSION(8,5,0,401)}, + + // calc.dll - Suspected malware + {"calc.dll", MAKE_VERSION(1,0,0,1)}, // leave these two in always for tests { "mozdllblockingtest.dll", ALL_VERSIONS },