Bug 812683 - Fix various crashes in Windows graphics libraries by blocking the ASUS Gamer OSD software, which is discontinued and unsupported, r=jrmuizel

--HG--
extra : rebase_source : 673dc4634f41dd334f53b30da13e7bea854e1fb6
This commit is contained in:
Benjamin Smedberg 2013-10-18 14:24:08 -04:00
parent b4a29c62b1
commit 976a1d0078

View File

@ -138,6 +138,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// bug 925459, bitguard crashes
{ "bitguard.dll", MAKE_VERSION(2, 6, 1694, 24) },
// bug 812683 - crashes in Windows library when Asus Gamer OSD is installed
// Software is discontinued/unsupported
{ "atkdx11disp.dll", ALL_VERSIONS },
{ nullptr, 0 }
};