author | Jim Mathies <jmathies@mozilla.com> |
Wed, 11 Oct 2017 18:00:18 -0500 | |
changeset 385844 | 381e276f35340f607ad5b5df2f053a6529b1c8cc |
parent 385843 | c543c0a50db700883b57c052710c97b5ef731e1f |
child 385845 | 7bc27566cb27bf9c660e57d8e2f0a7aab45b0c88 |
push id | 32669 |
push user | archaeopteryx@coole-files.de |
push date | Thu, 12 Oct 2017 21:58:56 +0000 |
treeherder | mozilla-central@25aad10380b1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bobowen |
bugs | 1407766 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp | file | annotate | diff | comparison | revisions |
--- a/security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp +++ b/security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp @@ -33,20 +33,16 @@ // processes and so they will be unloaded if they attempt to load. const std::vector<std::wstring> kDllsToUnload = { // HitmanPro - SurfRight now part of Sophos (bug 1400637) L"hmpalert.dll", // K7 Computing (bug 1400637) L"k7pswsen.dll", - // Symantec (bug 1400637) - L"prntm64.dll", - L"sysfer.dll", - // Avast Antivirus (bug 1400637) L"snxhk64.dll", L"snxhk.dll", // Webroot SecureAnywhere (bug 1400637) L"wrusr.dll", };