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/7.0] Fix race condition in DacEnumerableHashTable::BaseFindNextEntryByHash #75178

Merged
merged 3 commits into from
Sep 7, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 7, 2022

Backport of #75099 to release/7.0

/cc @AntonLapounov

Customer Impact

CoreCLR apps may crash spontaneously if one thread is expanding one of the runtime's internal hash tables and another thread is performing a lookup in that hash table at the same time.

Risk

Very low.

@carlossanlop
Copy link
Member

@jeffschwMSFT need an approval please.

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

@carlossanlop
Copy link
Member

Signed off and approved. CI green. Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit fd3d925 into release/7.0 Sep 7, 2022
@carlossanlop carlossanlop deleted the backport/pr-75099-to-release/7.0 branch September 7, 2022 19:03
@ghost ghost locked as resolved and limited conversation to collaborators Oct 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants