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

[release/8.0] Make a copy of assembly path. #93253

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2023

Backport of #93238 to release/8.0

/cc @AaronRobinsonMSFT

Customer Impact

Customer reported issue in #93127. When the Emit PerfMap feature is enabled, the Assembly.Location property can become corrupted. This was missed in a previous 8.0 fix, #91085.

Testing

Validated the code path makes a copy and no longer permutes the one that backs the Assembly.Location property.

Risk

Low. The only potential issue here is there could be other cases that are missed.

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.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

@AaronRobinsonMSFT AaronRobinsonMSFT added the Servicing-consider Issue for next servicing release review label Oct 9, 2023
@AaronRobinsonMSFT AaronRobinsonMSFT added this to the 8.0.0 milestone Oct 9, 2023
@loop-evgeny
Copy link

loop-evgeny commented Oct 10, 2023

Will this make it into .NET 8 RC2? #93127 is tagged "blocking-release" but this is not tagged "servicing-approved".

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

approved. we will take for consideration in 8.0.x

@AaronRobinsonMSFT
Copy link
Member

AaronRobinsonMSFT commented Oct 10, 2023

Will this make it into .NET 8 RC2? #93127 is tagged "blocking-release" but this is not tagged "servicing-approved".

This will not be in RC2, but should be in the official release.

@leecow leecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 10, 2023
@carlossanlop carlossanlop merged commit 705221b into release/8.0 Oct 12, 2023
111 of 115 checks passed
@carlossanlop carlossanlop deleted the backport/pr-93238-to-release/8.0 branch October 12, 2023 00:01
@ghost ghost locked as resolved and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-coreclr Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants