зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1239690 - Add vorbis.acm version 0.0.3.6 to the DLL blocklist. r=aklotz
Vorbis.acm seems to be somehow injecting itself into our process, and also the Flash process, and intercepting the system audio APIs. Version 0.0.3.6 seems to be crashing, and it's an obsolete version, so we should block it to stop it crashing us. MozReview-Commit-ID: Hk93kG0Ly4Q --HG-- extra : rebase_source : b16dd8decdc8a767bd84f28a009667b4d79677d8
This commit is contained in:
Родитель
3c6816305f
Коммит
f5797cb124
|
@ -219,6 +219,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
|||
{ "rlls.dll", ALL_VERSIONS },
|
||||
{ "rlls64.dll", ALL_VERSIONS },
|
||||
|
||||
// Vorbis DirectShow filters, bug 1239690.
|
||||
{ "vorbis.acm", MAKE_VERSION(0, 0, 3, 6) },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче