Bug 1603974 - Part 8: Use RedirectToNoOpEntryPoint for dgapi[64].dll. r=mhowell

Differential Revision: https://phabricator.services.mozilla.com/D68349

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Toshihito Kikuchi 2020-04-07 14:39:47 +00:00
Родитель c92df182f4
Коммит bf6e25daaa
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -227,9 +227,9 @@ ALL_PROCESSES += [
DllBlocklistEntry("pdzipmenu64.dll", UNVERSIONED),
DllBlocklistEntry("pdzipmenu32.dll", UNVERSIONED),
# Old versions of Digital Guardian, bug 1318858
DllBlocklistEntry("dgapi.dll", (7, 5, 0, 0xffff)),
DllBlocklistEntry("dgapi64.dll", (7, 5, 0, 0xffff)),
# Old versions of Digital Guardian, bug 1318858 and bug 1603974
RedirectToNoOpEntryPoint("dgapi.dll", (7, 5, 0, 0xffff)),
RedirectToNoOpEntryPoint("dgapi64.dll", (7, 5, 0, 0xffff)),
# Old versions of COMODO Internet Security, bug 1608048
DllBlocklistEntry("IseGuard32.dll", (1, 6, 13835, 184)),