From 53eb894474bbb9b0c762ca0cc3548a9ff0559dd5 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 2 Jul 2010 14:35:10 +0000 Subject: * file.c (ruby_find_basename, ruby_find_extname): split from rb_file_s_basename() and rb_file_s_extname(). * util.c (ruby_add_suffix): support arbitrary length of the suffix to get rid of the potential buffer overflow. reported by tarui. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 415d354690..81d2671d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jul 2 23:34:45 2010 NAKAMURA Usaku + + * file.c (ruby_find_basename, ruby_find_extname): split from + rb_file_s_basename() and rb_file_s_extname(). + + * util.c (ruby_add_suffix): support arbitrary length of the suffix + to get rid of the potential buffer overflow. + reported by tarui. + Sat Jun 26 00:04:27 2010 Akinori MUSHA * lib/fileutils.rb (FileUtils#rmdir): Backport -p (parents). This -- cgit v1.2.3