зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
69257c7198
Коммит
0a63812eb6
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче