You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new recursion limit gets triggered and throws an exception, which prevents it from overflowing the stack. However, it appears the crash happens while rescuing that exception.
The following input demonstrates a crash:
This results in recursion, but it seems to crash well before overflowing the stack:
This issue was reported by Dinko Galetic and Denis Kasak (https://hackerone.com/dgaletic).
The text was updated successfully, but these errors were encountered: