From 86f685407cabd1a4c13cc868dae9ff766dd99497 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2016 05:52:40 +0000 Subject: string.c: integer overflow * string.c (rb_str_modify_expand): check integer overflow. [ruby-core:75592] [Bug #12390] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ff19d227d..ff4be9648f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 18 14:52:38 2016 Nobuyoshi Nakada + + * string.c (rb_str_modify_expand): check integer overflow. + [ruby-core:75592] [Bug #12390] + Wed May 18 13:11:44 2016 NARUSE, Yui * re.c (match_ary_subseq): get subseq of match array without creating -- cgit v1.2.3