Bug 904001 - Blocklist the old Relevant Knowledge DLLs; r=vlad

This commit is contained in:
Ehsan Akhgari 2013-08-13 13:27:21 -04:00
parent 4d37e4561b
commit bb99d7ba18

View File

@ -125,6 +125,12 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Windows Media Foundation FLAC decoder and type sniffer (bug 839031).
{ "mfflac.dll", ALL_VERSIONS },
// Older Relevant Knowledge DLLs cause us to crash (bug 904001).
{ "rlnx.dll", MAKE_VERSION(1, 3, 334, 9) },
{ "pmnx.dll", MAKE_VERSION(1, 3, 334, 9) },
{ "opnx.dll", MAKE_VERSION(1, 3, 334, 9) },
{ "prnx.dll", MAKE_VERSION(1, 3, 334, 9) },
{ NULL, 0 }
};