Actions
Bug #10727
closedSegfault with newlines + multibyte characters in exception message
Bug #10727:
Segfault with newlines + multibyte characters in exception message
Updated by hsbt (Hiroshi SHIBATA) over 11 years ago
Updated by usa (Usaku NAKAMURA) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset r49201.
- eval_error.c (error_print): pos and len parameters of rb_str_substr()
are counted by characters, not bytes. use rb_str_subseq() instead.
[Bug #10727] [ruby-core:67473]
Updated by usa (Usaku NAKAMURA) over 11 years ago
- Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED
Updated by eagletmt (Kohei Suzuki) over 11 years ago
Thanks!
Updated by naruse (Yui NARUSE) over 11 years ago
- Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
ruby_2_2 r49298 merged revision(s) 49201,49203.
Actions