From 2fb27f56c6e150c91808065b1a985770efb32754 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Mon, 19 Jul 2010 16:36:39 -0400 Subject: [PATCH] Bug 577400 - Firefox 4.0b1 topcrash [@ rlxf.dll@0xd8ad] - blocklist the known-bad version of rlxf.dll, r=vlad --- toolkit/xre/nsWindowsDllBlocklist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolkit/xre/nsWindowsDllBlocklist.h b/toolkit/xre/nsWindowsDllBlocklist.h index b3f90c5cd9b..40276bde2bf 100644 --- a/toolkit/xre/nsWindowsDllBlocklist.h +++ b/toolkit/xre/nsWindowsDllBlocklist.h @@ -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 },