Skip to content

Conversation

@masonwheeler
Copy link
Contributor

ILVerify will currently crash with a NullReferenceException if parsing a type signature referring to an assembly that was not specified as a -r parameter.

Fixes #63221.

@ghost ghost added area-crossgen2-coreclr community-contribution Indicates that the PR has been added by a community member labels Dec 30, 2021
@jkotas jkotas added the area-Tools-ILVerification Issues related to ilverify tool and IL verification in general label Dec 30, 2021
@ghost
Copy link

ghost commented Dec 30, 2021

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

ILVerify will currently crash with a NullReferenceException if parsing a type signature referring to an assembly that was not specified as a -r parameter.

Fixes #63221.

Author: masonwheeler
Assignees: -
Labels:

area-crossgen2-coreclr, area-ILVerification, community-contribution

Milestone: -

@masonwheeler
Copy link
Contributor Author

Fixes #62711

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thank you!

@jkotas jkotas merged commit d0631be into dotnet:main Dec 30, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Tools-ILVerification Issues related to ilverify tool and IL verification in general community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad data can cause ILVerify to throw NRE

3 participants