-
Notifications
You must be signed in to change notification settings - Fork 36
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
The parsing can get into endless loop, and abort with StackOverflowException #105
Comments
cyborgyn
added a commit
to cyborgyn/IL2C
that referenced
this issue
Oct 13, 2021
@cyborgyn The static field initializer (translated type initializer) implicitly depends correct initializing sequence graph. #97 and #98 related, first related issue is #4 If we don't any resolve correcting, may cause the binary touch uninitialized data...? |
Bit related? #85 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we try to transpile a struct, where one of the static fields are themselves, the transpilation fails with StackOverflowException.
Example:
The text was updated successfully, but these errors were encountered: