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

Prevent Infinite Recursion Whilst Decompiling Structs (GMS 2.3) #1039

Merged

Conversation

steviegt6
Copy link
Contributor

Resolves #1037.

This seems to correct decompiler behavior.

Description

Adds a check to ensure the decompiler doesn't start recursing infinitely when decompiling expressions.

Caveats

None that I know of, everything works fine.

Notes

It may be worthwhile to verify that doesn't mess up anything else. From my testing, the new behavior makes sense, but there may be nuances or other cases where this is incorrect.

… a recursive loop.

This seems to correct decompiler behavior.
@Grossley Grossley merged commit ff1fcbf into UnderminersTeam:master Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation Fault when decompiling
2 participants