ActionsLike0
Bug #15392
closedCrash in RubyVM::InstructionSequence#to_binary
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18]
Backport:
Description
The following program causes a crash in Ruby 2.5.3 and 2.5.1 (but not in 2.4.4):
RubyVM::InstructionSequence.compile('a(b: 0) if false').to_binary
Files
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Related to Bug #15200: RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression added
ActionsLike0