diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-02 14:35:10 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-02 14:35:10 +0000 |
| commit | 53eb894474bbb9b0c762ca0cc3548a9ff0559dd5 (patch) | |
| tree | 91e99dda3e6582123e70536d6502579f81dc59ee /ChangeLog | |
| parent | 31bf7bc3ef3fb0380bf9ccc37aab4d567d15a51d (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Jul 2 23:34:45 2010 NAKAMURA Usaku <usa@ruby-lang.org> + + * 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 <knu@iDaemons.org> * lib/fileutils.rb (FileUtils#rmdir): Backport -p (parents). This |
