Actions
Bug #19750
closedRuby hangs when parsing Regexp with unterminated unicode "/\u{"
Description
Ruby hangs up for a while and gets failed to allocate memory (NoMemoryError)
$ ruby -e "/\\u{"
ruby: failed to allocate memory (NoMemoryError)
RubyVM::AbstractSyntaxTree.parse "/\\u{"
# => SyntaxError
RubyVM::AbstractSyntaxTree.parse "/\\u{\n"
# => failed to allocate memory (NoMemoryError)
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0