From 72dd5fdc47e1ec78055cd4028b032ea62d50d8c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Jun 2008 06:40:10 +0000 Subject: * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified behavior at integer overflow. * string.c (str_buf_cat): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 48e976557a..33d73196f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 20 15:40:02 2008 Nobuyoshi Nakada + + * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified + behavior at integer overflow. + + * string.c (str_buf_cat): ditto. + Fri Jun 20 12:39:55 2008 Nobuyoshi Nakada * process.c (rb_detach_process): store detached process ID in the -- cgit v1.2.3