aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 17:51:02 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 17:51:02 +0000
commit908c25341ecfceb822b2b15288a8a3f53cf6add3 (patch)
tree99f9d4546891ff14a576e1b1c10ae53390dc5097 /ChangeLog
parent7f342f5e99a38f45773737fc54fbf7f579d52818 (diff)
downloadruby-908c25341ecfceb822b2b15288a8a3f53cf6add3.tar.gz
* dir.c (replace_real_basename): need to check the return value of
GLOB_REALLOC(). [ruby-core:68430] [Bug #10941] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc2c22b6b..1932e4f1d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 6 02:50:12 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * dir.c (replace_real_basename): need to check the return value of
+ GLOB_REALLOC().
+
Fri Mar 6 02:26:03 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* dir.c (replace_real_basename): shouldn't create Ruby object before