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 NRE in bulk memmove on x86 #102171

Merged
merged 2 commits into from
May 14, 2024
Merged

Fix NRE in bulk memmove on x86 #102171

merged 2 commits into from
May 14, 2024

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented May 13, 2024

Applies @jakobbotsch's patch to fix #102138

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 13, 2024
Copy link
Contributor

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

@jakobbotsch
Copy link
Member

/azp run jit-cfg

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@EgorBo EgorBo requested a review from jakobbotsch May 14, 2024 01:35
@EgorBo EgorBo merged commit a71a85a into dotnet:main May 14, 2024
123 checks passed
@EgorBo EgorBo deleted the fix-nre-bulk-move branch May 14, 2024 10:03
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullReferenceException with bulk memory copy helper on win-x86
2 participants