Skip to content

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

@clayton-shopify

Description

@clayton-shopify

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions