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/9.0] Update MethodTable::IsDynamicStatics and DacpMethodTableData::bIsDynamic to return 0/1 instead of flag value #106643

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 19, 2024

Backport of #106504 to release/9.0

/cc @elinor-fung

Customer Impact

  • Customer reported
  • Found internally

A DAC API inadvertently started returning something other than 0/1 for a value representing a bool - it would return the value of a flag to represent true. This is behaviour that is different from previous and future versions and not something we want anyone to start relying on.

Regression

  • Yes
  • No

eb8f54d

Testing

Manual testing, asserts.

Risk

Low. This simply explicitly returns 0/1 as a bool value instead of a non-zero to represent true.

Copy link
Contributor

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

@elinor-fung elinor-fung requested review from lambdageek and a team August 19, 2024 16:58
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.

lgtm. approved for rc2

@tommcdon tommcdon requested a review from mikem8361 August 19, 2024 17:01
@carlossanlop
Copy link
Member

/ba-g System.IO known failure (out of memory in test process)

@carlossanlop carlossanlop merged commit 3464960 into release/9.0 Aug 20, 2024
89 of 95 checks passed
@carlossanlop carlossanlop deleted the backport/pr-106504-to-release/9.0 branch August 20, 2024 22:01
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants