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

Stack overflow looking up class path for nested singleton classes #3505

Closed
clayton-shopify opened this issue Mar 14, 2017 · 0 comments
Closed

Comments

@clayton-shopify
Copy link
Contributor

https://hackerone.com/mia_ noticed that #3382 is not completely fixed. The following input still causes the same stack overflow crash:

class << Proc
  class P
    class << Proc
      class P
        t
      end
    end
  end
end
@matz matz closed this as completed in 47cc5d6 Mar 16, 2017
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

No branches or pull requests

1 participant