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

[mono][interp] Return null for localloc with len 0 #73174

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Aug 1, 2022

so that accessing the result address throws exception.

Fixes #54359

@ghost
Copy link

ghost commented Aug 1, 2022

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

so that accessing the result address throws exception.

Fixes #54359

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

so that accessing the result address throws exception.

Fixes dotnet#54359
@BrzVlad
Copy link
Member Author

BrzVlad commented Aug 8, 2022

@vargaz Could I get a quick review ?

@BrzVlad BrzVlad merged commit e4dd880 into dotnet:main Aug 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MONO][Interp] JIT/CodeGenBringUpTests/Localloc_* failed with interpreter
2 participants