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

Bug fix: stack overflow issue #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rhillaardvark
Copy link

This fixes a bug where, given a type that contains a static property of its own type with a non-null value, the ConvertData function will cause a stack overflow when called on an object of that type. This case can arise in structs that contain references to global values, such as System.Guid.Empty (the System.Guid type does not cause this crash because it is excluded by the IsSystemType() function).

…uch that the type has static properties of the same type
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.

1 participant