Bug 577400 - Firefox 4.0b1 topcrash [@ rlxf.dll@0xd8ad] - blocklist the known-bad version of rlxf.dll, r=vlad

This commit is contained in:
Benjamin Smedberg 2010-07-19 16:36:39 -04:00
parent f3b39e17d5
commit 2fb27f56c6

View File

@ -103,6 +103,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Music download filter for vkontakte.ru - old instances
// of this DLL cause crashes
{"vksaver.dll", MAKE_VERSION(1,0,0,1)},
// Topcrash in Firefox 4.0b1
{"rlxf.dll", MAKE_VERSION(1,2,323,1)},
// leave these two in always for tests
{ "mozdllblockingtest.dll", ALL_VERSIONS },