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-/string
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
..
test_capacity.rb * string.c (rb_str_init): introduce String.new(capacity: size) 2016-02-17 03:21:35 +00:00
test_coderange.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_cstr.rb string.c: return reallocated pointer 2016-05-30 07:20:28 +00:00
test_ellipsize.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_enc_associate.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_enc_str_buf_cat.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_fstring.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_modify_expand.rb require "rbconfig/sizeof" 2016-07-06 18:17:36 +00:00
test_nofree.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_normalize.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_qsort.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_set_len.rb string.c: fix buffer overflow check condition in rb_str_set_len() 2016-09-13 07:08:15 +00:00