Skip to content

[release/8.0-staging] Fix crash when pTargetMD is null - #110651

Merged
thaystg merged 2 commits into
release/8.0-stagingfrom
backport/pr-110650-to-release/8.0-staging
Dec 16, 2024
Merged

[release/8.0-staging] Fix crash when pTargetMD is null#110651
thaystg merged 2 commits into
release/8.0-stagingfrom
backport/pr-110650-to-release/8.0-staging

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Dec 12, 2024

Copy link
Copy Markdown
Contributor

Backport of #110650 to release/8.0-staging

/cc @thaystg

Customer Impact

  • Customer reported
  • Found internally

It was found internally, it's crashing while debugging an app. It was caused by a backport recently merged: #110440, it's not shipped yet and it's important to fix it before shipping.

Regression

  • Yes
  • No

It was introduced here: #110334

Testing

We manually tested.

Risk

Low risk, only checking if a variable is null.

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

Package authoring no longer needed in .NET 9

IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

@tommcdontommcdon added this to the 8.0.x milestone Dec 12, 2024
@jeffschwMSFTjeffschwMSFT added the Servicing-approved Approved for servicing release label Dec 13, 2024
@jeffschwMSFT

Copy link
Copy Markdown
Member

approved offline as this is a regression in a recent fix

@jeffschwMSFTjeffschwMSFT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jeffschwMSFTjeffschwMSFT modified the milestones: 8.0.x, 8.0.13Dec 13, 2024
@thaystg

Copy link
Copy Markdown
Member

/ba-g Build analysis blocked by #110517

@thaystg
thaystg merged commit 4f2c30f into release/8.0-stagingDec 16, 2024
@jkotas
jkotas deleted the backport/pr-110650-to-release/8.0-staging branch December 29, 2024 15:49
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jan 29, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Diagnostics-coreclrServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jeffschwMSFT@thaystg@tommcdon