From 526a28d851ba4ec2ab8e5c2321af43cda2dd1d7f Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sun, 29 Jun 2008 09:24:21 +0000 Subject: merge revision(s) 17570: * array.c (rb_ary_fill): not depend on unspecified behavior at integer overflow. reported by Vincenzo Iozzo . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdde2a9671..92e2f364e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 29 18:24:13 2008 Nobuyoshi Nakada + + * array.c (rb_ary_fill): not depend on unspecified behavior at integer + overflow. reported by Vincenzo Iozzo . + Sun Jun 29 18:21:23 2008 Masaki Suketa * ext/win32ole/win32ole.c(ole_invoke): fix memory leak. -- cgit v1.2.3