summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-08 06:03:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-08 06:03:35 +0000
commitbb928c555efb432f8bec0451e1cc0e8b5246ce7d (patch)
tree5e7055eea0b962619203d13e967dad10b57d472d /ChangeLog
parent9c7debf2ef7d90b140e1e915c6374e4244b23df9 (diff)
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33bb1489a..33837ca0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 8 15:03:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
+
Mon Dec 8 13:02:11 2003 Minero Aoki <aamine@loveruby.net>
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]