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

Fix infinite recursion possibility in call stack string building #723

Merged

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Apr 14, 2020

The combination of CLR interop and call stack building could lead to infinite recursion. Now using a version that doesn't rely on engine when building the stack.

fixes #719

@lahma lahma added the bug label Apr 14, 2020
@sebastienros sebastienros merged commit e87a949 into sebastienros:dev Apr 14, 2020
@lahma lahma deleted the bugs-callstack-infinite-recursion branch April 14, 2020 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants