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

Remove undefined dereference of null #74378

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

AaronRobinsonMSFT
Copy link
Member

Fixes #74284

/cc @dotnet/jit-contrib

@AaronRobinsonMSFT AaronRobinsonMSFT added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 22, 2022
@AaronRobinsonMSFT AaronRobinsonMSFT added this to the 8.0.0 milestone Aug 22, 2022
@AaronRobinsonMSFT AaronRobinsonMSFT changed the title Remove undefined reference of null Remove undefined dereference of null Aug 22, 2022
@ghost
Copy link

ghost commented Aug 22, 2022

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

Issue Details

Fixes #74284

/cc @dotnet/jit-contrib

Author: AaronRobinsonMSFT
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: 8.0.0

@AaronRobinsonMSFT AaronRobinsonMSFT changed the title Remove undefined dereference of null Remove undefined dereference of null Aug 22, 2022
@AaronRobinsonMSFT AaronRobinsonMSFT merged commit a5acb88 into dotnet:main Aug 23, 2022
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the runtime_74284 branch August 23, 2022 14:09
@ghost ghost locked as resolved and limited conversation to collaborators Sep 22, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reference binding to null pointer caught by ubsan
3 participants