Skip to content

Handle out-of-bounds access to locals in block morphing#71617

Merged
EgorBo merged 5 commits into
dotnet:mainfrom
SingleAccretion:Fix-Block-Morphing
Jul 5, 2022
Merged

Handle out-of-bounds access to locals in block morphing#71617
EgorBo merged 5 commits into
dotnet:mainfrom
SingleAccretion:Fix-Block-Morphing

Conversation

@SingleAccretion
Copy link
Copy Markdown
Contributor

@SingleAccretion SingleAccretion commented Jul 4, 2022

Treat it opaquely.

Fixes #71601.

No diffs.

@ghost ghost added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member labels Jul 4, 2022
@ghost
Copy link
Copy Markdown

ghost commented Jul 4, 2022

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

Issue Details

Treat it as opaque indirections.

Fixes #71601.

No diffs are expected.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@SingleAccretion SingleAccretion marked this pull request as ready for review July 4, 2022 20:06
@SingleAccretion
Copy link
Copy Markdown
Contributor Author

@dotnet/jit-contrib

@EgorBo EgorBo merged commit 2846793 into dotnet:main Jul 5, 2022
@SingleAccretion SingleAccretion deleted the Fix-Block-Morphing branch July 5, 2022 09:58
@ghost ghost locked as resolved and limited conversation to collaborators Aug 4, 2022
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 community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect result when using Unsafe.Add in Release mode

2 participants