diff options
| author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-15 16:05:04 +0000 |
|---|---|---|
| committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-15 16:05:04 +0000 |
| commit | e117afcb70719022a362b0ae3433dddc1944def5 (patch) | |
| tree | f8f1d9405d63249282888176efb06882746021e7 /ChangeLog | |
| parent | 13f618f1ed08ebe182c3bf2e4948fd3be2a2be3d (diff) | |
merge revision(s) 55054: [Backport #12390]
* string.c (rb_str_modify_expand): check integer overflow.
[ruby-core:75592] [Bug #12390]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@55426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Jun 16 00:42:56 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_modify_expand): check integer overflow. + [ruby-core:75592] [Bug #12390] + Thu Jun 16 00:29:29 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_insnhelper.c (vm_get_ev_const): warn deprecated constant even |
