No issue - block a few problematic DLLs.

This commit is contained in:
Moonchild 2023-05-11 01:13:44 +02:00 committed by roytam1
commit e39dc9d9b9

View file

@ -201,9 +201,11 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// ESET, bug 1229252
{ "eoppmonitor.dll", ALL_VERSIONS },
// SS2OSD, bug 1262348
// SS2OSD, Sonic Studio, bugs 1262348, 1540883
{ "ss2osd.dll", ALL_VERSIONS },
{ "ss3osd.dll", ALL_VERSIONS },
{ "ss2devprops.dll", ALL_VERSIONS },
{ "ss3devprops.dll", ALL_VERSIONS },
// NHASUSSTRIXOSD.DLL, bug 1269244
{ "nhasusstrixosd.dll", ALL_VERSIONS },