mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Bug 1617188 - Do not call GetVersion(detoured.dll) if nvd3d9wrapx.dll is loaded. r=gerald
We added a workaround to skip `LoadLibraryEx` avoid NVIDIA's crash (bug 1607574), however we still hit the same crash via the call to `xul!GetVersion`. This patch removes that call, and put an empty string as the version of detoured.dll instead. Differential Revision: https://phabricator.services.mozilla.com/D63735 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
b224a7461c
commit
3e8d050c21
@ -168,7 +168,7 @@ SharedLibraryInfo SharedLibraryInfo::GetInfoForSelf() {
|
||||
0, // DLLs are always mapped at offset 0 on Windows
|
||||
NS_LITERAL_CSTRING("000000000000000000000000000000000"),
|
||||
moduleNameStr, modulePathStr, pdbNameStr, pdbNameStr,
|
||||
GetVersion(modulePath), "");
|
||||
NS_LITERAL_CSTRING(""), "");
|
||||
sharedLibraryInfo.AddSharedLibrary(shlib);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user