Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix heap corruption issue in PriorityQueue.Remove #107550

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

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

eiriktsarpalis
Copy link
Member

@eiriktsarpalis eiriktsarpalis commented Sep 9, 2024

Fix #107292. Should be backported to .NET 9.

@eiriktsarpalis eiriktsarpalis self-assigned this Sep 9, 2024
@eiriktsarpalis eiriktsarpalis added this to the 10.0.0 milestone Sep 9, 2024
@eiriktsarpalis eiriktsarpalis merged commit 4878fb3 into dotnet:main Sep 10, 2024
85 checks passed
@eiriktsarpalis
Copy link
Member Author

/backport to release/9.0

Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10791758532

jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
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.

PriorityQueue<TElement, TPriority>.Remove method violates min-heap invariant
3 participants