Actions
Bug #4586
closedMissing length check in rb_str_each_line?
Bug #4586:
Missing length check in rb_str_each_line?
Updated by naruse (Yui NARUSE) over 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r31310.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- string.c (rb_str_each_line): check string's length when compare
separator and string. [ruby-core:35815] fixes #4586
=end
Actions