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

Fix domain reload crash in inflate_info. #1894

Draft
wants to merge 1 commit into
base: unity-2021.3-mbe
Choose a base branch
from

Conversation

joncham
Copy link
Member

@joncham joncham commented Jan 4, 2024

The allocated memory is stored in a per image data structure (rgctx_template_hash) that can outlive domains. This results in a dangling pointer when the domain is reloaded.

  • Should this pull request have release notes?
    • Yes
    • No
  • Do these changes need to be back ported?
    • Yes
    • No
  • Do these changes need to be upstreamed to mono/mono or dotnet/runtime repositories?
    • Yes
    • No

Reviewers: please consider these questions as well! ❤️

Release notes

Fixed UUM-XXXXXX @username:
Mono: Your release notes go here.

The allocated memory is stored in a per image data structure
(rgctx_template_hash) that can outlive domains. This results in a
dangling pointer when the domain is reloaded.
@joncham joncham self-assigned this Jan 4, 2024
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.

1 participant