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

Do not ignore coreclr.dll load failure in hostpolicy.dll #95538

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Dec 2, 2023

The code ignored the error from loading coreclr.dll that lead to segfault caused by attempt to call a null function pointer.

The code ignored the error from loading coreclr.dll that lead to segfault caused by attempt to call a null function pointer.
@ghost
Copy link

ghost commented Dec 2, 2023

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

The code ignored the error from loading coreclr.dll that lead to segfault caused by attempt to call a null function pointer.

Author: jkotas
Assignees: -
Labels:

area-Host

Milestone: -

@jkotas
Copy link
Member Author

jkotas commented Dec 2, 2023

Related to #95534

Copy link
Member

@elinor-fung elinor-fung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sad. Thanks.

@elinor-fung elinor-fung merged commit 891497c into dotnet:main Dec 4, 2023
180 checks passed
@jkotas jkotas deleted the hostfix branch December 4, 2023 18:10
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants