summaryrefslogtreecommitdiff
path: root/src/vm/domainfile.cpp
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2019-01-07 04:16:50 +0100
committerJan Kotas <jkotas@microsoft.com>2019-01-06 19:16:50 -0800
commitee8bc3272391e46862dd8d27d3e086dc3bf953cf (patch)
treef746f44980ba3b327438281146e46ea01227f9ff /src/vm/domainfile.cpp
parentc3a4a5b292d516ea214006ca1b00feb04e40ec1d (diff)
downloadcoreclr-ee8bc3272391e46862dd8d27d3e086dc3bf953cf.tar.gz
coreclr-ee8bc3272391e46862dd8d27d3e086dc3bf953cf.tar.bz2
coreclr-ee8bc3272391e46862dd8d27d3e086dc3bf953cf.zip
Remove CAS era security checks around resource loads (#21825)
Diffstat (limited to 'src/vm/domainfile.cpp')
-rw-r--r--src/vm/domainfile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vm/domainfile.cpp b/src/vm/domainfile.cpp
index efd05fdd91..31bc7a823b 100644
--- a/src/vm/domainfile.cpp
+++ b/src/vm/domainfile.cpp
@@ -1714,7 +1714,6 @@ void DomainAssembly::DeliverSyncEvents()
BOOL DomainAssembly::GetResource(LPCSTR szName, DWORD *cbResource,
PBYTE *pbInMemoryResource, DomainAssembly** pAssemblyRef,
LPCSTR *szFileName, DWORD *dwLocation,
- StackCrawlMark *pStackMark, BOOL fSkipSecurityCheck,
BOOL fSkipRaiseResolveEvent)
{
CONTRACTL
@@ -1732,8 +1731,6 @@ BOOL DomainAssembly::GetResource(LPCSTR szName, DWORD *cbResource,
pAssemblyRef,
szFileName,
dwLocation,
- pStackMark,
- fSkipSecurityCheck,
fSkipRaiseResolveEvent,
this,
this->m_pDomain );