Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete FEATURE_CORRUPTING_EXCEPTIONS #35938

Merged
merged 5 commits into from
May 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/coreclr/src/vm/commodule.cpp
Co-authored-by: Jan Vorlicek <[email protected]>
jkotas and janvorli authored May 7, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0179f41dcd997ce35daaccd685ed07dd329913f4
3 changes: 1 addition & 2 deletions src/coreclr/src/vm/commodule.cpp
Original file line number Diff line number Diff line change
@@ -888,7 +888,7 @@ HINSTANCE QCALLTYPE COMModule::GetHINSTANCE(QCall::ModuleHandle pModule)

BEGIN_QCALL;

// This returns the base address - this will work for either HMODULE
// This returns the base address
// Other modules should have zero base
PEFile *pPEFile = pModule->GetFile();
if (!pPEFile->IsDynamic() && !pPEFile->IsResource())
@@ -1093,4 +1093,3 @@ FCIMPL0(void*, COMPunkSafeHandle::nGetDReleaseTarget)
}
FCIMPLEND