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

[remoting] Pass correct object to invoke of IRemotingTypeInfo.CanCastTo #4594

Merged
merged 1 commit into from Mar 27, 2017

Conversation

lambdageek
Copy link
Member

Pass the payload of the coop handle as the 'this' object, not the handle
itself.

Add asserts in ves_icall_Remoting_RealProxy_InternalGetProxyType that
remote_class and the proxy_class are non-NULL.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=53890

Pass the payload of the coop handle as the 'this' object, not the handle
itself.

Add asserts in ves_icall_Remoting_RealProxy_InternalGetProxyType that
remote_class and the proxy_class are non-NULL.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=53890
@marek-safar
Copy link
Member

Can you write a test for this?

@xmcclure
Copy link
Contributor

LGTM

@xmcclure xmcclure merged commit 68c0533 into mono:master Mar 27, 2017
@lambdageek lambdageek deleted the bug-53890 branch July 19, 2017 18:17
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
[remoting] Pass correct object to invoke of IRemotingTypeInfo.CanCastTo

Commit migrated from mono/mono@68c0533
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants