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-rc1] Fix problems with Assembler::ReflectionNotation() #90655

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 16, 2023

Backport of #90565 to release/8.0-rc1

/cc @BruceForstall

Customer Impact

Fixes buffer overrun case with too-long locale.

Testing

ilasm round-trip pipeline, plus manual testing of failure case.

Risk

Low

Do more parameter validation, correct buffer size calculations
for security-enhanced CRT functions, and avoid memcpy
buffer overrun of locale.
@ghost
Copy link

ghost commented Aug 16, 2023

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

Issue Details

Backport of #90565 to release/8.0-rc1

/cc @BruceForstall

Customer Impact

Testing

Risk

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.

Author: github-actions[bot]
Assignees: -
Labels:

area-ILTools-coreclr

Milestone: -

@carlossanlop
Copy link
Member

@BruceForstall can you please fill out the template? cc @jeffschwMSFT for approval when ready.

PS: Don't press the "Update branch" button, or the CI will restart. Ping me when ready to merge and I can bypass the restriction and merge it.

@carlossanlop carlossanlop added this to the 8.0.0 milestone Aug 16, 2023
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 RC1

@carlossanlop carlossanlop added the Servicing-consider Issue for next servicing release review label Aug 16, 2023
@carlossanlop
Copy link
Member

Approved by Tactics via email.

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Aug 16, 2023
@carlossanlop carlossanlop merged commit 243a5ae into release/8.0-rc1 Aug 16, 2023
107 of 113 checks passed
@carlossanlop carlossanlop deleted the backport/pr-90565-to-release/8.0-rc1 branch August 16, 2023 18:27
@ghost ghost locked as resolved and limited conversation to collaborators Sep 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-ILTools-coreclr Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants