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:
Chris Pearce 2016-09-23 14:18:04 +12:00
Родитель 3c6816305f
Коммит f5797cb124
1 изменённых файлов: 9 добавлений и 6 удалений

Просмотреть файл

@ -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 }
};