From bdbedc4d4198091cdf6e2de8f7a5666dbc62cd38 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Jun 2008 06:28:53 +0000 Subject: * array.c (rb_ary_fill): not depend on unspecified behavior at integer overflow. reported by Vincenzo Iozzo . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36792b4f0..a6c438658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 25 15:28:50 2008 Nobuyoshi Nakada + + * array.c (rb_ary_fill): not depend on unspecified behavior at integer + overflow. reported by Vincenzo Iozzo . + Wed Jun 25 13:42:44 2008 NARUSE, Yui * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first. -- cgit