Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix AV in crossgen when generating PDBs #16184

Merged
merged 1 commit into from
Feb 3, 2018

Conversation

AndyAyersMS
Copy link
Member

I missed updating one of the callers of ReadyToRunInfo::GetEntryPoint
in #15801. Fix by making the last arg explicit so this kind of type
confusion error is less likely, and updating the missed call site.

Closes #16177.

I missed updating one of the callers of `ReadyToRunInfo::GetEntryPoint`
in dotnet#15801. Fix by making the last arg explicit so this kind of type
confusion error is less likely, and updating the missed call site.

Closes #16177.
@AndyAyersMS
Copy link
Member Author

@sandreenko PTAL

Copy link

@sandreenko sandreenko left a comment

Choose a reason for hiding this comment

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

LGTM

@AndyAyersMS
Copy link
Member Author

Tizen failure unrelated.

@AndyAyersMS AndyAyersMS merged commit 4e617da into dotnet:master Feb 3, 2018
@AndyAyersMS AndyAyersMS deleted the FixR2RAccessViolation branch February 3, 2018 01:20
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
I missed updating one of the callers of `ReadyToRunInfo::GetEntryPoint`
in dotnet/coreclr#15801. Fix by making the last arg explicit so this kind of type
confusion error is less likely, and updating the missed call site.

Closes dotnet/coreclr#16177.

Commit migrated from dotnet/coreclr@4e617da
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants