зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1138070 - Don't use GetModuleHandleA on RtlImageNtHeader. r=dmajor
Landing on CLOSED TREE per KWierso
This commit is contained in:
Родитель
ccaa5f9328
Коммит
0287d0d7e2
|
@ -105,7 +105,7 @@ patched_RtlImageNtHeader(HMODULE module)
|
||||||
{
|
{
|
||||||
PIMAGE_NT_HEADERS headers = stub_RtlImageNtHeader(module);
|
PIMAGE_NT_HEADERS headers = stub_RtlImageNtHeader(module);
|
||||||
|
|
||||||
if (module == GetModuleHandleA("msvcr120.dll")) {
|
if (module == GetModuleHandleW(L"msvcr120.dll")) {
|
||||||
PatchModuleImports(module, headers);
|
PatchModuleImports(module, headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче