1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Nobuyoshi Nakada
7d5da30c9e
Test for [Feature #16832] 2020-05-26 15:09:07 +09:00
Jean Boussier
1258a0fb90 Remove the 65 size limit for name_err_mesg_to_str
This limit was introduced on Nov 20 1996
in 554b989ba1

Apparently to protect from a buffer overflow:

  * eval.c (f_missing): オブジェクトの文字列表現が長すぎる時バッファ
	  を書き潰していた

However I tested that path with very large strings
and it works fine.
2020-05-11 09:15:24 -07:00
Nobuyoshi Nakada
a580a3757b Split test_name_error.rb 2019-12-31 19:43:36 +09:00