From 26c3611480ec30128a95ff943b9403e4fb5aa7ea Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 25 Nov 2009 10:31:58 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@25920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6d37498c..edce9e89e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 25 19:29:05 2009 Akinori MUSHA + + * 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 * transcode.c: Added a check for an internal error -- cgit