Bug 531337 - Blocklist hook.dll - frequent bystander in timeGetTime crashes. r=bsmedberg a=blocking-firefox3.6

This commit is contained in:
Johnathan Nightingale 2009-12-02 09:31:08 -05:00
Родитель 433dc12729
Коммит 473d931b21
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// calc.dll - Suspected malware
{"calc.dll", MAKE_VERSION(1,0,0,1)},
// hook.dll - Suspected malware
{"hook.dll", ALL_VERSIONS},
// leave these two in always for tests
{ "mozdllblockingtest.dll", ALL_VERSIONS },
{ "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },