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

Fix UMThunkMarshInfo delete #55559

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Conversation

janvorli
Copy link
Member

There was a forgotten call to c++ delete that should have been converted
to LoaderHeap::BackoutMem in a code path invoked only if two threads
raced for allocating the UMThunkMarshInfo and the one that lost the race
needed to delete it.

Close #55517

There was a forgotten call to c++ delete that should have been converted
to LoaderHeap::BackoutMem in a code path invoked only if two threads
raced for allocating the UMThunkMarshInfo and the one that lost the race
needed to delete it.
@janvorli janvorli added this to the 6.0.0 milestone Jul 13, 2021
@janvorli janvorli requested a review from jkotas July 13, 2021 09:05
@janvorli janvorli self-assigned this Jul 13, 2021
@janvorli
Copy link
Member Author

FYI: @karelz

@jkotas jkotas merged commit 50f86dd into dotnet:main Jul 13, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants