summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-17 00:02:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-17 00:02:58 +0000
commitbd9a5871dd6669946f584d4f59f56590edb973c3 (patch)
tree64938cc775eac510298d9c836075339d89db8657 /ChangeLog
parent214e72533428355e6145d292f059952fa7e799af (diff)
* ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. see
[ruby-core:23241]. gets rid of possible buffer overflow with realpath(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f29ef94dd..456a68954b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Sun May 17 08:55:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun May 17 09:02:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. see
+ [ruby-core:23241].
+ gets rid of possible buffer overflow with realpath().
* ruby.c (set_arg0): get rids of overrun.