1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-
rhe be3baa4380 string.c: fix buffer overflow check condition in rb_str_set_len()
* string.c (rb_str_set_len): The buffer overflow check is wrong. The
  space for termlen is allocated outside the capacity returned by
  rb_str_capacity(). This fixes r41920 ("string.c: multi-byte
  terminator", 2013-07-11).  [ruby-core:77257] [Bug #12757]

* test/-ext-/string/test_set_len.rb (test_capacity_equals_to_new_size):
  Test for this change. Applying only the test will trigger [BUG].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-13 07:08:15 +00:00
..
array
bignum Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
bug_reporter
class
debug
exception
file
float
funcall
gvl
hash
integer -test-/integer 2016-05-22 07:27:02 +00:00
iseq_load
iter
load
marshal
method
num2int -test-/integer 2016-05-22 07:27:02 +00:00
path_to_class
popen_deadlock
postponed_job
proc
rational
st
string string.c: fix buffer overflow check condition in rb_str_set_len() 2016-09-13 07:08:15 +00:00
struct struct.c: unique members 2016-04-16 01:00:13 +00:00
symbol
time
tracepoint
typeddata [Feature #12005] Unify Fixnum and Bignum into Integer 2016-05-17 06:53:48 +00:00
vm
wait_for_single_fd
win32
test_bug-3571.rb
test_bug-5832.rb
test_notimplement.rb
test_printf.rb
test_recursion.rb