aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-25 10:31:58 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-25 10:31:58 +0000
commite6f670242ce1ea6ebb56aa65b2b5631d9aaff0da (patch)
tree43f870373d53a2d6c37807e1dab7a6c139b60d78 /ChangeLog
parent80b54214b288a7442d93a7b1e39311c3ce8b9f56 (diff)
downloadruby-e6f670242ce1ea6ebb56aa65b2b5631d9aaff0da.tar.gz
* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
call rb_inspect() on an object that does not implement necessary methods; reported by NaHi. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d37498c8..edce9e89ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 25 19:29:05 2009 Akinori MUSHA <knu@iDaemons.org>
+
+ * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
+ call rb_inspect() on an object that does not implement necessary
+ methods; reported by NaHi.
+
Wed Nov 25 19:30:30 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
* transcode.c: Added a check for an internal error