From 2f3f14b9375b7b188ad0b65044f7ad1d30855901 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 14:34:37 +0000 Subject: * array.c (rb_ary_combination): fixed memory corruption due to too small memory allocation * array.c (rb_ary_product): accessing out of memory bounds. condition fixed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 136230135..68a2db5f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,14 @@ Fri Oct 12 15:04:54 2007 Nobuyoshi Nakada * trunk/parse.y (parser_yylex): ditto. +Fri Oct 12 12:44:11 2007 Yukihiro Matsumoto + + * array.c (rb_ary_combination): fixed memory corruption due to too + small memory allocation + + * array.c (rb_ary_product): accessing out of memory bounds. + condition fixed. + Thu Oct 11 21:10:17 2007 Yukihiro Matsumoto * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. -- cgit